#CB87CF

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

Shades of Lilac #CB87CF

Tints of Lilac #CB87CF

Color information

#CB87CF (or 0xCB87CF) is unknown color: approx Lilac. HEX triplet: CB, 87 and CF. RGB value is (203,135,207). Sum of RGB (Red+Green+Blue) = 203+135+207=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 135 (53.12% from 255 or 24.77% from 545); Blue value is 207 (81.25% from 255 or 37.98% from 545); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB87CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB87CF is #347830. Grayscale: #A3A3A3. Windows color (decimal): -3438641 or 13600715. OLE color: 13600715.

HSL color Cylindrical-coordinate representation of color #CB87CF: hue angle of 296.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CB87CF is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB203135207-
CMYK0.020.3500.19
HSL296.67º42.86%67.06%-
HSV(B)296.67º34.78%81.18%-
XYZ44.5634.5363.35-
YUV163.54152.53156.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.25%
GREEN value IS 135 (53.12% from 255) = 24.77%
BLUE value IS 207 (81.25% from 255) = 37.98%
R=37.25%
G=24.77%
B=37.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031352070.020.3500.19296.6742.8667.06
HexCB87CF2230131292b43
Octal31320731724302345153103
Binary110010111000011111001111101000110100111001010011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB87CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB87CF; }

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

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

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

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

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

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

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

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