#CA8FBF

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

Shades of Lilac #CA8FBF

Tints of Lilac #CA8FBF

Color information

#CA8FBF (or 0xCA8FBF) is unknown color: approx Lilac. HEX triplet: CA, 8F and BF. RGB value is (202,143,191). Sum of RGB (Red+Green+Blue) = 202+143+191=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 143 (56.25% from 255 or 26.68% from 536); Blue value is 191 (75% from 255 or 35.63% from 536); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FBF is #357040. Grayscale: #A5A5A5. Windows color (decimal): -3502145 or 12554186. OLE color: 12554186.

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

Color convert

RGB202143191-
CMYK00.290.050.21
HSL311.19º35.76%67.65%-
HSV(B)311.19º29.21%79.22%-
XYZ43.5835.9653.93-
YUV166.11142.05153.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.69%
GREEN value IS 143 (56.25% from 255) = 26.68%
BLUE value IS 191 (75% from 255) = 35.63%
R=37.69%
G=26.68%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214319100.290.050.21311.1935.7667.65
HexCA8FBF01D5151372444
Octal31221727703552546744104
Binary110010101000111110111111011101101101011001101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FBF; }

 p { color: rgb(202,143,191); }

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

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

 a { background-color: rgb(202,143,191); }

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

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

 span { border-color: rgb(202,143,191); }

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