#D69CE8

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

Shades of Wisteria #D69CE8

Tints of Wisteria #D69CE8

Color information

#D69CE8 (or 0xD69CE8) is unknown color: approx Wisteria. HEX triplet: D6, 9C and E8. RGB value is (214,156,232). Sum of RGB (Red+Green+Blue) = 214+156+232=602 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.55% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 232 (91.02% from 255 or 38.54% from 602); Max value from RGB is 232 - color contains mainly: blue. Hex color #D69CE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69CE8 is #296317. Grayscale: #B5B5B5. Windows color (decimal): -2712344 or 15244502. OLE color: 15244502.

HSL color Cylindrical-coordinate representation of color #D69CE8: hue angle of 285.79º degrees, saturation: 0.62, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69CE8 is Cyan = 0.08, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB214156232-
CMYK0.080.3300.09
HSL285.79º62.3%76.08%-
HSV(B)285.79º32.76%90.98%-
XYZ54.1943.981.96-
YUV182.01156.22150.82-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.55%
GREEN value IS 156 (61.33% from 255) = 25.91%
BLUE value IS 232 (91.02% from 255) = 38.54%
R=35.55%
G=25.91%
B=38.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2141562320.080.3300.09285.7962.376.08
HexD69CE88210911e3e4c
Octal326234350104101143676114
Binary1101011010011100111010001000100001010011000111101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69CE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69CE8; }

 p { color: rgb(214,156,232); }

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

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

 a { background-color: rgb(214,156,232); }

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

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

 span { border-color: rgb(214,156,232); }

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