#CC8CEC

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

Shades of Wisteria #CC8CEC

Tints of Wisteria #CC8CEC

Color information

#CC8CEC (or 0xCC8CEC) is unknown color: approx Wisteria. HEX triplet: CC, 8C and EC. RGB value is (204,140,236). Sum of RGB (Red+Green+Blue) = 204+140+236=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 236 (92.58% from 255 or 40.69% from 580); Max value from RGB is 236 - color contains mainly: blue. Hex color #CC8CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8CEC is #337313. Grayscale: #A9A9A9. Windows color (decimal): -3371796 or 15502540. OLE color: 15502540.

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

Color convert

RGB204140236-
CMYK0.140.4100.07
HSL280º71.64%73.73%-
HSV(B)280º40.68%92.55%-
XYZ49.4237.6584.02-
YUV170.08165.2152.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.17%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 236 (92.58% from 255) = 40.69%
R=35.17%
G=24.14%
B=40.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2041402360.140.4100.0728071.6473.73
HexCC8CECE2907118484a
Octal314214354165107430110112
Binary1100110010001100111011001110101001011110001100010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8CEC; }

 p { color: rgb(204,140,236); }

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

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

 a { background-color: rgb(204,140,236); }

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

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

 span { border-color: rgb(204,140,236); }

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