#CC9CDE

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

Shades of Wisteria #CC9CDE

Tints of Wisteria #CC9CDE

Color information

#CC9CDE (or 0xCC9CDE) is unknown color: approx Wisteria. HEX triplet: CC, 9C and DE. RGB value is (204,156,222). Sum of RGB (Red+Green+Blue) = 204+156+222=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC9CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9CDE is #336321. Grayscale: #B1B1B1. Windows color (decimal): -3367714 or 14589132. OLE color: 14589132.

HSL color Cylindrical-coordinate representation of color #CC9CDE: hue angle of 283.64º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC9CDE is Cyan = 0.08, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204156222-
CMYK0.080.3000.13
HSL283.64º50%74.12%-
HSV(B)283.64º29.73%87.06%-
XYZ49.9841.8974.56-
YUV177.88152.9146.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.05%
GREEN value IS 156 (61.33% from 255) = 26.80%
BLUE value IS 222 (87.11% from 255) = 38.14%
R=35.05%
G=26.80%
B=38.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041562220.080.3000.13283.645074.12
HexCC9CDE81E0D11c324a
Octal314234336103601543462112
Binary110011001001110011011110100011110011011000111001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9CDE; }

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

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

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

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

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

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

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

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