#CB87C3

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

Shades of Lilac #CB87C3

Tints of Lilac #CB87C3

Color information

#CB87C3 (or 0xCB87C3) is unknown color: approx Lilac. HEX triplet: CB, 87 and C3. RGB value is (203,135,195). Sum of RGB (Red+Green+Blue) = 203+135+195=533 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.09% from 533); Green value is 135 (53.12% from 255 or 25.33% from 533); Blue value is 195 (76.56% from 255 or 36.59% from 533); Max value from RGB is 203 - color contains mainly: red. Hex color #CB87C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87C3 is #34783C. Grayscale: #A1A1A1. Windows color (decimal): -3438653 or 12814283. OLE color: 12814283.

HSL color Cylindrical-coordinate representation of color #CB87C3: hue angle of 307.06º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CB87C3 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.20.

Color convert

RGB203135195-
CMYK00.330.040.20
HSL307.06º39.53%66.27%-
HSV(B)307.06º33.5%79.61%-
XYZ43.1433.9655.91-
YUV162.17146.53157.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.09%
GREEN value IS 135 (53.12% from 255) = 25.33%
BLUE value IS 195 (76.56% from 255) = 36.59%
R=38.09%
G=25.33%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313519500.330.040.20307.0639.5366.27
HexCB87C30214141332842
Octal31320730304142446350102
Binary1100101110000111110000110100001100101001001100111010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB87C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB87C3; }

 p { color: rgb(203,135,195); }

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

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

 a { background-color: rgb(203,135,195); }

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

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

 span { border-color: rgb(203,135,195); }

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