#CC8BCB

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

Shades of Lilac #CC8BCB

Tints of Lilac #CC8BCB

Color information

#CC8BCB (or 0xCC8BCB) is unknown color: approx Lilac. HEX triplet: CC, 8B and CB. RGB value is (204,139,203). Sum of RGB (Red+Green+Blue) = 204+139+203=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8BCB is #337434. Grayscale: #A5A5A5. Windows color (decimal): -3372085 or 13339596. OLE color: 13339596.

HSL color Cylindrical-coordinate representation of color #CC8BCB: hue angle of 300.92º 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 #CC8BCB is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB204139203-
CMYK00.320.000.2
HSL300.92º38.92%67.25%-
HSV(B)300.92º31.86%80%-
XYZ44.9135.6161.01-
YUV165.73149.03155.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 139 (54.69% from 255) = 25.46%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=37.36%
G=25.46%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413920300.320.000.2300.9238.9267.25
HexCC8BCB02001412d2743
Octal31421331304002445547103
Binary11001100100010111100101101000000101001001011011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8BCB; }

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

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

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

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

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

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

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

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