#CB90CA

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

Shades of Lilac #CB90CA

Tints of Lilac #CB90CA

Color information

#CB90CA (or 0xCB90CA) is unknown color: approx Lilac. HEX triplet: CB, 90 and CA. RGB value is (203,144,202). Sum of RGB (Red+Green+Blue) = 203+144+202=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 202 (79.30% from 255 or 36.79% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CB90CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB90CA is #346F35. Grayscale: #A8A8A8. Windows color (decimal): -3436342 or 13275339. OLE color: 13275339.

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

Color convert

RGB203144202-
CMYK00.290.000.20
HSL301.02º36.2%68.04%-
HSV(B)301.02º29.06%79.61%-
XYZ45.2636.9160.62-
YUV168.25147.05152.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.98%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 202 (79.30% from 255) = 36.79%
R=36.98%
G=26.23%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314420200.290.000.20301.0236.268.04
HexCB90CA01D01412d2444
Octal31322031203502445544104
Binary1100101110010000110010100111010101001001011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB90CA; }

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

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

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

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

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

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

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

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