#CB8FCA

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

Shades of Lilac #CB8FCA

Tints of Lilac #CB8FCA

Color information

#CB8FCA (or 0xCB8FCA) is unknown color: approx Lilac. HEX triplet: CB, 8F and CA. RGB value is (203,143,202). Sum of RGB (Red+Green+Blue) = 203+143+202=548 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.04% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FCA is #347035. Grayscale: #A7A7A7. Windows color (decimal): -3436598 or 13275083. OLE color: 13275083.

HSL color Cylindrical-coordinate representation of color #CB8FCA: hue angle of 301º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CB8FCA is Cyan = 0, Magento = 0.30, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203143202-
CMYK00.300.000.20
HSL301º36.59%67.84%-
HSV(B)301º29.56%79.61%-
XYZ45.1136.6160.57-
YUV167.67147.38153.2-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.04%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 202 (79.30% from 255) = 36.86%
R=37.04%
G=26.09%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314320200.300.000.2030136.5967.84
HexCB8FCA01E01412d2544
Octal31321731203602445545104
Binary1100101110001111110010100111100101001001011011001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FCA; }

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

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

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

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

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

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

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

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