#CB96CA

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

Shades of Lilac #CB96CA

Tints of Lilac #CB96CA

Color information

#CB96CA (or 0xCB96CA) is unknown color: approx Lilac. HEX triplet: CB, 96 and CA. RGB value is (203,150,202). Sum of RGB (Red+Green+Blue) = 203+150+202=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 150 (58.98% from 255 or 27.03% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 203 - color contains mainly: red. Hex color #CB96CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CB96CA is #346935. Grayscale: #ABABAB. Windows color (decimal): -3434806 or 13276875. OLE color: 13276875.

HSL color Cylindrical-coordinate representation of color #CB96CA: hue angle of 301.13º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CB96CA is Cyan = 0, Magento = 0.26, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB203150202-
CMYK00.260.000.20
HSL301.13º33.76%69.22%-
HSV(B)301.13º26.11%79.61%-
XYZ46.238.7760.93-
YUV171.77145.06150.27-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 150 (58.98% from 255) = 27.03%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=36.58%
G=27.03%
B=36.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315020200.260.000.20301.1333.7669.22
HexCB96CA01A01412d2245
Octal31322631203202445542105
Binary1100101110010110110010100110100101001001011011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB96CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB96CA; }

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

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

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

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

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

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

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

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