#CA9FC1

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

Shades of Lilac #CA9FC1

Tints of Lilac #CA9FC1

Color information

#CA9FC1 (or 0xCA9FC1) is unknown color: approx Lilac. HEX triplet: CA, 9F and C1. RGB value is (202,159,193). Sum of RGB (Red+Green+Blue) = 202+159+193=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 159 (62.5% from 255 or 28.70% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FC1 is #35603E. Grayscale: #AFAFAF. Windows color (decimal): -3498047 or 12689354. OLE color: 12689354.

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

Color convert

RGB202159193-
CMYK00.210.040.21
HSL312.56º28.86%70.78%-
HSV(B)312.56º21.29%79.22%-
XYZ46.3841.255.96-
YUV175.73137.75146.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 159 (62.5% from 255) = 28.70%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=36.46%
G=28.70%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215919300.210.040.21312.5628.8670.78
HexCA9FC10154151391d47
Octal31223730102542547135107
Binary11001010100111111100000101010110010101100111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FC1; }

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

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

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

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

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

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

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

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