#CC8EE0

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

Shades of Wisteria #CC8EE0

Tints of Wisteria #CC8EE0

Color information

#CC8EE0 (or 0xCC8EE0) is unknown color: approx Wisteria. HEX triplet: CC, 8E and E0. RGB value is (204,142,224). Sum of RGB (Red+Green+Blue) = 204+142+224=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 142 (55.86% from 255 or 24.91% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #CC8EE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8EE0 is #33711F. Grayscale: #A9A9A9. Windows color (decimal): -3371296 or 14716620. OLE color: 14716620.

HSL color Cylindrical-coordinate representation of color #CC8EE0: hue angle of 285.37º degrees, saturation: 0.57, 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 #CC8EE0 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB204142224-
CMYK0.090.3700.12
HSL285.37º56.94%71.76%-
HSV(B)285.37º36.61%87.84%-
XYZ48.0337.5775.24-
YUV169.89158.54152.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 142 (55.86% from 255) = 24.91%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=35.79%
G=24.91%
B=39.30%

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
Decimal2041422240.090.3700.12285.3756.9471.76
HexCC8EE09250C11d3948
Octal314216340114501443571110
Binary1100110010001110111000001001100101011001000111011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EE0; }

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

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

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

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

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

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

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

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