#CC9FDE

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

Shades of Wisteria #CC9FDE

Tints of Wisteria #CC9FDE

Color information

#CC9FDE (or 0xCC9FDE) is unknown color: approx Wisteria. HEX triplet: CC, 9F and DE. RGB value is (204,159,222). Sum of RGB (Red+Green+Blue) = 204+159+222=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9FDE is #336021. Grayscale: #B3B3B3. Windows color (decimal): -3366946 or 14589900. OLE color: 14589900.

HSL color Cylindrical-coordinate representation of color #CC9FDE: hue angle of 282.86º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CC9FDE is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204159222-
CMYK0.080.2800.13
HSL282.86º48.84%74.71%-
HSV(B)282.86º28.38%87.06%-
XYZ50.4842.9174.73-
YUV179.64151.91145.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.87%
GREEN value IS 159 (62.5% from 255) = 27.18%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=34.87%
G=27.18%
B=37.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041592220.080.2800.13282.8648.8474.71
HexCC9FDE81C0D11b314b
Octal314237336103401543361113
Binary110011001001111111011110100011100011011000110111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FDE; }

 p { color: rgb(204,159,222); }

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

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

 a { background-color: rgb(204,159,222); }

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

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

 span { border-color: rgb(204,159,222); }

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