#CB90CB

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

Shades of Lilac #CB90CB

Tints of Lilac #CB90CB

Color information

#CB90CB (or 0xCB90CB) is unknown color: approx Lilac. HEX triplet: CB, 90 and CB. RGB value is (203,144,203). Sum of RGB (Red+Green+Blue) = 203+144+203=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CB90CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90CB is #346F34. Grayscale: #A8A8A8. Windows color (decimal): -3436341 or 13340875. OLE color: 13340875.

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

Color convert

RGB203144203-
CMYK00.2900.20
HSL300º36.2%68.04%-
HSV(B)300º29.06%79.61%-
XYZ45.3836.9561.24-
YUV168.37147.55152.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 144 (56.64% from 255) = 26.18%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=36.91%
G=26.18%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314420300.2900.2030036.268.04
HexCB90CB01D01412c2444
Octal31322031303502445444104
Binary1100101110010000110010110111010101001001011001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90CB; }

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

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

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

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

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

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

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

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