#CB90BF

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

Shades of Lilac #CB90BF

Tints of Lilac #CB90BF

Color information

#CB90BF (or 0xCB90BF) is unknown color: approx Lilac. HEX triplet: CB, 90 and BF. RGB value is (203,144,191). Sum of RGB (Red+Green+Blue) = 203+144+191=538 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.73% from 538); Green value is 144 (56.64% from 255 or 26.77% from 538); Blue value is 191 (75% from 255 or 35.50% from 538); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90BF is #346F40. Grayscale: #A6A6A6. Windows color (decimal): -3436353 or 12554443. OLE color: 12554443.

HSL color Cylindrical-coordinate representation of color #CB90BF: hue angle of 312.2º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CB90BF is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB203144191-
CMYK00.290.060.20
HSL312.2º36.2%68.04%-
HSV(B)312.2º29.06%79.61%-
XYZ44.0136.454-
YUV167141.55153.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.73%
GREEN value IS 144 (56.64% from 255) = 26.77%
BLUE value IS 191 (75% from 255) = 35.50%
R=37.73%
G=26.77%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314419100.290.060.20312.236.268.04
HexCB90BF01D6141382444
Octal31322027703562447044104
Binary110010111001000010111111011101110101001001110001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90BF; }

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

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

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

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

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

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

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

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