#D698E6

Color #D698E6 Wisteria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wisteria #D698E6

Tints of Wisteria #D698E6

Color information

#D698E6 (or 0xD698E6) is unknown color: approx Wisteria. HEX triplet: D6, 98 and E6. RGB value is (214,152,230). Sum of RGB (Red+Green+Blue) = 214+152+230=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 230 (90.23% from 255 or 38.59% from 596); Max value from RGB is 230 - color contains mainly: blue. Hex color #D698E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D698E6 is #296719. Grayscale: #B3B3B3. Windows color (decimal): -2713370 or 15112406. OLE color: 15112406.

HSL color Cylindrical-coordinate representation of color #D698E6: hue angle of 287.69º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D698E6 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB214152230-
CMYK0.070.3400.10
HSL287.69º60.94%74.9%-
HSV(B)287.69º33.91%90.2%-
XYZ53.2442.4780.25-
YUV179.43156.54152.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 152 (59.77% from 255) = 25.50%
BLUE value IS 230 (90.23% from 255) = 38.59%
R=35.91%
G=25.50%
B=38.59%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2141522300.070.3400.10287.6960.9474.9
HexD698E67220A1203d4b
Octal32623034674201244075113
Binary110101101001100011100110111100010010101001000001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D698E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D698E6; }

 p { color: rgb(214,152,230); }

 H1.HeaderClassName
 {
   color: #D698E6;
 }
 .AnyTagClassName
 {
   color: #D698E6;
 }
</style>
background-color css

<style>
 a { background-color: #D698E6; }

 a { background-color: rgb(214,152,230); }

 div.DivClassName
 {
   background-color: #D698E6;
 }
 .BgClassName
 {
   background-color: #D698E6;
 }
</style>
border-color css

<style>
 span { border-color: #D698E6; }

 span { border-color: rgb(214,152,230); }

 td.TdClassName
 {
   border-color: #D698E6;
 }
 .TagClassName
 {
   border-color: #D698E6;
 }
</style>