#CA8FC7

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

Shades of Lilac #CA8FC7

Tints of Lilac #CA8FC7

Color information

#CA8FC7 (or 0xCA8FC7) is unknown color: approx Lilac. HEX triplet: CA, 8F and C7. RGB value is (202,143,199). Sum of RGB (Red+Green+Blue) = 202+143+199=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 143 (56.25% from 255 or 26.29% from 544); Blue value is 199 (78.12% from 255 or 36.58% from 544); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FC7 is #357038. Grayscale: #A6A6A6. Windows color (decimal): -3502137 or 13078474. OLE color: 13078474.

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

Color convert

RGB202143199-
CMYK00.290.010.21
HSL303.05º35.76%67.65%-
HSV(B)303.05º29.21%79.22%-
XYZ44.4936.3358.7-
YUV167.02146.05152.95-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.13%
GREEN value IS 143 (56.25% from 255) = 26.29%
BLUE value IS 199 (78.12% from 255) = 36.58%
R=37.13%
G=26.29%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214319900.290.010.21303.0535.7667.65
HexCA8FC701D11512f2444
Octal31221730703512545744104
Binary1100101010001111110001110111011101011001011111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FC7; }

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

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

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

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

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

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

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

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