#CB8CCC

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

Shades of Lilac #CB8CCC

Tints of Lilac #CB8CCC

Color information

#CB8CCC (or 0xCB8CCC) is unknown color: approx Lilac. HEX triplet: CB, 8C and CC. RGB value is (203,140,204). Sum of RGB (Red+Green+Blue) = 203+140+204=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB8CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8CCC is #347333. Grayscale: #A5A5A5. Windows color (decimal): -3437364 or 13405387. OLE color: 13405387.

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

Color convert

RGB203140204-
CMYK0.000.3100.2
HSL299.06º38.55%67.45%-
HSV(B)299.06º31.37%80%-
XYZ44.9135.8161.67-
YUV166.13149.37154.3-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.11%
GREEN value IS 140 (55.08% from 255) = 25.59%
BLUE value IS 204 (80.08% from 255) = 37.29%
R=37.11%
G=25.59%
B=37.29%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031402040.000.3100.2299.0638.5567.45
HexCB8CCC01F01412b2743
Octal31321431403702445347103
Binary1100101110001100110011000111110101001001010111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8CCC; }

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

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

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

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

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

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

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

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