#CC8EE1

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

Shades of Wisteria #CC8EE1

Tints of Wisteria #CC8EE1

Color information

#CC8EE1 (or 0xCC8EE1) is unknown color: approx Wisteria. HEX triplet: CC, 8E and E1. RGB value is (204,142,225). Sum of RGB (Red+Green+Blue) = 204+142+225=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 142 (55.86% from 255 or 24.87% from 571); Blue value is 225 (88.28% from 255 or 39.40% from 571); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC8EE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EE1 is #33711E. Grayscale: #A9A9A9. Windows color (decimal): -3371295 or 14782156. OLE color: 14782156.

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

Color convert

RGB204142225-
CMYK0.090.3700.12
HSL284.82º58.04%71.96%-
HSV(B)284.82º36.89%88.24%-
XYZ48.1737.6275.96-
YUV170159.04152.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 142 (55.86% from 255) = 24.87%
BLUE value IS 225 (88.28% from 255) = 39.40%
R=35.73%
G=24.87%
B=39.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2041422250.090.3700.12284.8258.0471.96
HexCC8EE19250C11d3a48
Octal314216341114501443572110
Binary1100110010001110111000011001100101011001000111011110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EE1; }

 p { color: rgb(204,142,225); }

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

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

 a { background-color: rgb(204,142,225); }

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

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

 span { border-color: rgb(204,142,225); }

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