#CC9CEC

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

Shades of Wisteria #CC9CEC

Tints of Wisteria #CC9CEC

Color information

#CC9CEC (or 0xCC9CEC) is unknown color: approx Wisteria. HEX triplet: CC, 9C and EC. RGB value is (204,156,236). Sum of RGB (Red+Green+Blue) = 204+156+236=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 156 (61.33% from 255 or 26.17% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9CEC is #336313. Grayscale: #B3B3B3. Windows color (decimal): -3367700 or 15506636. OLE color: 15506636.

HSL color Cylindrical-coordinate representation of color #CC9CEC: hue angle of 276º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CC9CEC is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204156236-
CMYK0.140.3400.07
HSL276º67.8%76.86%-
HSV(B)276º33.9%92.55%-
XYZ51.9342.6784.86-
YUV179.47159.9145.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 156 (61.33% from 255) = 26.17%
BLUE value IS 236 (92.58% from 255) = 39.60%
R=34.23%
G=26.17%
B=39.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041562360.140.3400.0727667.876.86
HexCC9CECE2207114444d
Octal314234354164207424104115
Binary1100110010011100111011001110100010011110001010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9CEC; }

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

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

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

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

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

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

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

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