#CB8DCC

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

Shades of Lilac #CB8DCC

Tints of Lilac #CB8DCC

Color information

#CB8DCC (or 0xCB8DCC) is unknown color: approx Lilac. HEX triplet: CB, 8D and CC. RGB value is (203,141,204). Sum of RGB (Red+Green+Blue) = 203+141+204=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB8DCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8DCC is #347233. Grayscale: #A6A6A6. Windows color (decimal): -3437108 or 13405643. OLE color: 13405643.

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

Color convert

RGB203141204-
CMYK0.000.3100.2
HSL299.05º38.18%67.65%-
HSV(B)299.05º30.88%80%-
XYZ45.0536.1161.72-
YUV166.72149.04153.88-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=37.04%
G=25.73%
B=37.23%

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
Decimal2031412040.000.3100.2299.0538.1867.65
HexCB8DCC01F01412b2644
Octal31321531403702445346104
Binary1100101110001101110011000111110101001001010111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8DCC; }

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

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

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

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

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

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

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

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