#CC8BC4

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

Shades of Lilac #CC8BC4

Tints of Lilac #CC8BC4

Color information

#CC8BC4 (or 0xCC8BC4) is unknown color: approx Lilac. HEX triplet: CC, 8B and C4. RGB value is (204,139,196). Sum of RGB (Red+Green+Blue) = 204+139+196=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BC4 is #33743B. Grayscale: #A4A4A4. Windows color (decimal): -3372092 or 12880844. OLE color: 12880844.

HSL color Cylindrical-coordinate representation of color #CC8BC4: hue angle of 307.38º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8BC4 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB204139196-
CMYK00.320.040.2
HSL307.38º38.92%67.25%-
HSV(B)307.38º31.86%80%-
XYZ44.135.2956.71-
YUV164.93145.53155.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 139 (54.69% from 255) = 25.79%
BLUE value IS 196 (76.95% from 255) = 36.36%
R=37.85%
G=25.79%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413919600.320.040.2307.3838.9267.25
HexCC8BC40204141332743
Octal31421330404042446347103
Binary1100110010001011110001000100000100101001001100111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BC4; }

 p { color: rgb(204,139,196); }

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

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

 a { background-color: rgb(204,139,196); }

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

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

 span { border-color: rgb(204,139,196); }

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