#CB91CA

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

Shades of Lilac #CB91CA

Tints of Lilac #CB91CA

Color information

#CB91CA (or 0xCB91CA) is unknown color: approx Lilac. HEX triplet: CB, 91 and CA. RGB value is (203,145,202). Sum of RGB (Red+Green+Blue) = 203+145+202=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CB91CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB91CA is #346E35. Grayscale: #A8A8A8. Windows color (decimal): -3436086 or 13275595. OLE color: 13275595.

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

Color convert

RGB203145202-
CMYK00.290.000.20
HSL301.03º35.8%68.24%-
HSV(B)301.03º28.57%79.61%-
XYZ45.4137.2160.67-
YUV168.84146.72152.37-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 145 (57.03% from 255) = 26.36%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=36.91%
G=26.36%
B=36.73%

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
Decimal20314520200.290.000.20301.0335.868.24
HexCB91CA01D01412d2444
Octal31322131203502445544104
Binary1100101110010001110010100111010101001001011011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB91CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB91CA; }

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

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

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

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

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

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

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

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