#CB8FCF

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

Shades of Lilac #CB8FCF

Tints of Lilac #CB8FCF

Color information

#CB8FCF (or 0xCB8FCF) is unknown color: approx Lilac. HEX triplet: CB, 8F and CF. RGB value is (203,143,207). Sum of RGB (Red+Green+Blue) = 203+143+207=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 207 - color contains mainly: blue. Hex color #CB8FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FCF is #347030. Grayscale: #A8A8A8. Windows color (decimal): -3436593 or 13602763. OLE color: 13602763.

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

Color convert

RGB203143207-
CMYK0.020.3100.19
HSL296.25º40%68.63%-
HSV(B)296.25º30.92%81.18%-
XYZ45.7136.8563.73-
YUV168.24149.88152.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.71%
GREEN value IS 143 (56.25% from 255) = 25.86%
BLUE value IS 207 (81.25% from 255) = 37.43%
R=36.71%
G=25.86%
B=37.43%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2031432070.020.3100.19296.254068.63
HexCB8FCF21F0131282845
Octal31321731723702345050105
Binary11001011100011111100111110111110100111001010001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FCF; }

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

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

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

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

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

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

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

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