#CC8EEE

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

Shades of Wisteria #CC8EEE

Tints of Wisteria #CC8EEE

Color information

#CC8EEE (or 0xCC8EEE) is unknown color: approx Wisteria. HEX triplet: CC, 8E and EE. RGB value is (204,142,238). Sum of RGB (Red+Green+Blue) = 204+142+238=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 142 (55.86% from 255 or 24.32% from 584); Blue value is 238 (93.36% from 255 or 40.75% from 584); Max value from RGB is 238 - color contains mainly: blue. Hex color #CC8EEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8EEE is #337111. Grayscale: #ABABAB. Windows color (decimal): -3371282 or 15634124. OLE color: 15634124.

HSL color Cylindrical-coordinate representation of color #CC8EEE: hue angle of 278.75º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CC8EEE is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB204142238-
CMYK0.140.4000.07
HSL278.75º73.85%74.51%-
HSV(B)278.75º40.34%93.33%-
XYZ50.0138.3685.66-
YUV171.48165.54151.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.93%
GREEN value IS 142 (55.86% from 255) = 24.32%
BLUE value IS 238 (93.36% from 255) = 40.75%
R=34.93%
G=24.32%
B=40.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041422380.140.4000.07278.7573.8574.51
HexCC8EEEE28071174a4b
Octal314216356165007427112113
Binary1100110010001110111011101110101000011110001011110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8EEE; }

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

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

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

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

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

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

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

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