#CA9FCF

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

Shades of Lilac #CA9FCF

Tints of Lilac #CA9FCF

Color information

#CA9FCF (or 0xCA9FCF) is unknown color: approx Lilac. HEX triplet: CA, 9F and CF. RGB value is (202,159,207). Sum of RGB (Red+Green+Blue) = 202+159+207=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 207 - color contains mainly: blue. Hex color #CA9FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FCF is #356030. Grayscale: #B1B1B1. Windows color (decimal): -3498033 or 13606858. OLE color: 13606858.

HSL color Cylindrical-coordinate representation of color #CA9FCF: hue angle of 293.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CA9FCF is Cyan = 0.02, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202159207-
CMYK0.020.2300.19
HSL293.75º33.33%71.76%-
HSV(B)293.75º23.19%81.18%-
XYZ48.0241.8664.58-
YUV177.33144.75145.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 35.56%
GREEN value IS 159 (62.5% from 255) = 27.99%
BLUE value IS 207 (81.25% from 255) = 36.44%
R=35.56%
G=27.99%
B=36.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021592070.020.2300.19293.7533.3371.76
HexCA9FCF2170131262148
Octal31223731722702344641110
Binary11001010100111111100111110101110100111001001101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9FCF; }

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

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

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

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

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

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

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

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