#CA9BC1

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

Shades of Lilac #CA9BC1

Tints of Lilac #CA9BC1

Color information

#CA9BC1 (or 0xCA9BC1) is unknown color: approx Lilac. HEX triplet: CA, 9B and C1. RGB value is (202,155,193). Sum of RGB (Red+Green+Blue) = 202+155+193=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 193 (75.78% from 255 or 35.09% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BC1 is #35643E. Grayscale: #ADADAD. Windows color (decimal): -3499071 or 12688330. OLE color: 12688330.

HSL color Cylindrical-coordinate representation of color #CA9BC1: hue angle of 311.49º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9BC1 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202155193-
CMYK00.230.040.21
HSL311.49º30.72%70%-
HSV(B)311.49º23.27%79.22%-
XYZ45.739.8555.73-
YUV173.38139.07148.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.73%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 193 (75.78% from 255) = 35.09%
R=36.73%
G=28.18%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215519300.230.040.21311.4930.7270
HexCA9BC10174151371f46
Octal31223330102742546737106
Binary11001010100110111100000101011110010101100110111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9BC1; }

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

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

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

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

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

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

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

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