#CA9FC4

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

Shades of Lilac #CA9FC4

Tints of Lilac #CA9FC4

Color information

#CA9FC4 (or 0xCA9FC4) is unknown color: approx Lilac. HEX triplet: CA, 9F and C4. RGB value is (202,159,196). Sum of RGB (Red+Green+Blue) = 202+159+196=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 196 (76.95% from 255 or 35.19% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FC4 is #35603B. Grayscale: #AFAFAF. Windows color (decimal): -3498044 or 12885962. OLE color: 12885962.

HSL color Cylindrical-coordinate representation of color #CA9FC4: hue angle of 308.37º 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 #CA9FC4 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.21.

Color convert

RGB202159196-
CMYK00.210.030.21
HSL308.37º28.86%70.78%-
HSV(B)308.37º21.29%79.22%-
XYZ46.7241.3457.74-
YUV176.08139.25146.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.27%
GREEN value IS 159 (62.5% from 255) = 28.55%
BLUE value IS 196 (76.95% from 255) = 35.19%
R=36.27%
G=28.55%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215919600.210.030.21308.3728.8670.78
HexCA9FC40153151341d47
Octal31223730402532546435107
Binary1100101010011111110001000101011110101100110100111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FC4; }

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

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

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

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

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

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

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

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