#CC9EE0

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

Shades of Wisteria #CC9EE0

Tints of Wisteria #CC9EE0

Color information

#CC9EE0 (or 0xCC9EE0) is unknown color: approx Wisteria. HEX triplet: CC, 9E and E0. RGB value is (204,158,224). Sum of RGB (Red+Green+Blue) = 204+158+224=586 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.81% from 586); Green value is 158 (62.11% from 255 or 26.96% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC9EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC9EE0 is #33611F. Grayscale: #B3B3B3. Windows color (decimal): -3367200 or 14720716. OLE color: 14720716.

HSL color Cylindrical-coordinate representation of color #CC9EE0: hue angle of 281.82º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CC9EE0 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204158224-
CMYK0.090.2900.12
HSL281.82º51.56%74.9%-
HSV(B)281.82º29.46%87.84%-
XYZ50.5842.6776.09-
YUV179.28153.24145.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.81%
GREEN value IS 158 (62.11% from 255) = 26.96%
BLUE value IS 224 (87.89% from 255) = 38.23%
R=34.81%
G=26.96%
B=38.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041582240.090.2900.12281.8251.5674.9
HexCC9EE091D0C11a344b
Octal314236340113501443264113
Binary110011001001111011100000100111101011001000110101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9EE0; }

 p { color: rgb(204,158,224); }

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

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

 a { background-color: rgb(204,158,224); }

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

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

 span { border-color: rgb(204,158,224); }

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