#cc9ee8

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

Shades of Wisteria #CC9EE8

Tints of Wisteria #CC9EE8

Color information

#CC9EE8 (or 0xCC9EE8) is unknown color: approx Wisteria. HEX triplet: CC, 9E and E8. RGB value is (204,158,232). Sum of RGB (Red+Green+Blue) = 204+158+232=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 158 (62.11% from 255 or 26.60% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 232 - color contains mainly: blue. Hex color #CC9EE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9EE8 is #336117. Grayscale: #B3B3B3. Windows color (decimal): -3367192 or 15245004. OLE color: 15245004.

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

Color convert

RGB204158232-
CMYK0.120.3200.09
HSL277.3º61.67%76.47%-
HSV(B)277.3º31.9%90.98%-
XYZ51.6943.1281.94-
YUV180.19157.24144.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.34%
GREEN value IS 158 (62.11% from 255) = 26.60%
BLUE value IS 232 (91.02% from 255) = 39.06%
R=34.34%
G=26.60%
B=39.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2041582320.120.3200.09277.361.6776.47
HexCC9EE8C20091153e4c
Octal314236350144001142576114
Binary1100110010011110111010001100100000010011000101011111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc9ee8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc9ee8; }

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

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

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

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

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

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

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

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