#CB90CD

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

Shades of Lilac #CB90CD

Tints of Lilac #CB90CD

Color information

#CB90CD (or 0xCB90CD) is unknown color: approx Lilac. HEX triplet: CB, 90 and CD. RGB value is (203,144,205). Sum of RGB (Red+Green+Blue) = 203+144+205=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #CB90CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90CD is #346F32. Grayscale: #A8A8A8. Windows color (decimal): -3436339 or 13471947. OLE color: 13471947.

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

Color convert

RGB203144205-
CMYK0.010.3000.20
HSL298.03º37.89%68.43%-
HSV(B)298.03º29.76%80.39%-
XYZ45.6237.0562.5-
YUV168.6148.55152.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=36.78%
G=26.09%
B=37.14%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031442050.010.3000.20298.0337.8968.43
HexCB90CD11E01412a2644
Octal31322031513602445246104
Binary1100101110010000110011011111100101001001010101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90CD; }

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

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

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

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

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

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

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

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