#CA9CC1

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

Shades of Lilac #CA9CC1

Tints of Lilac #CA9CC1

Color information

#CA9CC1 (or 0xCA9CC1) is unknown color: approx Lilac. HEX triplet: CA, 9C and C1. RGB value is (202,156,193). Sum of RGB (Red+Green+Blue) = 202+156+193=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 156 (61.33% from 255 or 28.31% from 551); Blue value is 193 (75.78% from 255 or 35.03% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9CC1 is #35633E. Grayscale: #ADADAD. Windows color (decimal): -3498815 or 12688586. OLE color: 12688586.

HSL color Cylindrical-coordinate representation of color #CA9CC1: hue angle of 311.74º degrees, saturation: 0.3, 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 #CA9CC1 is Cyan = 0, Magento = 0.23, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB202156193-
CMYK00.230.040.21
HSL311.74º30.26%70.2%-
HSV(B)311.74º22.77%79.22%-
XYZ45.8740.1855.79-
YUV173.97138.74147.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.66%
GREEN value IS 156 (61.33% from 255) = 28.31%
BLUE value IS 193 (75.78% from 255) = 35.03%
R=36.66%
G=28.31%
B=35.03%

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
Decimal20215619300.230.040.21311.7430.2670.2
HexCA9CC10174151381e46
Octal31223430102742547036106
Binary11001010100111001100000101011110010101100111000111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9CC1; }

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

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

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

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

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

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

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

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