#CB8FBF

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

Shades of Lilac #CB8FBF

Tints of Lilac #CB8FBF

Color information

#CB8FBF (or 0xCB8FBF) is unknown color: approx Lilac. HEX triplet: CB, 8F and BF. RGB value is (203,143,191). Sum of RGB (Red+Green+Blue) = 203+143+191=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 191 (75% from 255 or 35.57% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB8FBF is #347040. Grayscale: #A6A6A6. Windows color (decimal): -3436609 or 12554187. OLE color: 12554187.

HSL color Cylindrical-coordinate representation of color #CB8FBF: hue angle of 312º 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 #CB8FBF is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203143191-
CMYK00.300.060.20
HSL312º36.59%67.84%-
HSV(B)312º29.56%79.61%-
XYZ43.8636.153.95-
YUV166.41141.88154.1-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.80%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 191 (75% from 255) = 35.57%
R=37.80%
G=26.63%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314319100.300.060.2031236.5967.84
HexCB8FBF01E6141382544
Octal31321727703662447045104
Binary110010111000111110111111011110110101001001110001001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8FBF; }

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

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

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

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

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

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

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

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