#CA9BCB

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

Shades of Lilac #CA9BCB

Tints of Lilac #CA9BCB

Color information

#CA9BCB (or 0xCA9BCB) is unknown color: approx Lilac. HEX triplet: CA, 9B and CB. RGB value is (202,155,203). Sum of RGB (Red+Green+Blue) = 202+155+203=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 155 (60.94% from 255 or 27.68% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #CA9BCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BCB is #356434. Grayscale: #AEAEAE. Windows color (decimal): -3499061 or 13343690. OLE color: 13343690.

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

Color convert

RGB202155203-
CMYK0.000.2400.20
HSL298.75º31.58%70.2%-
HSV(B)298.75º23.65%79.61%-
XYZ46.8640.3161.81-
YUV174.52144.07147.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 155 (60.94% from 255) = 27.68%
BLUE value IS 203 (79.69% from 255) = 36.25%
R=36.07%
G=27.68%
B=36.25%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021552030.000.2400.20298.7531.5870.2
HexCA9BCB01801412b2046
Octal31223331303002445340106
Binary1100101010011011110010110110000101001001010111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BCB; }

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

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

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

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

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

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

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

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