#CA8FC6

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

Shades of Lilac #CA8FC6

Tints of Lilac #CA8FC6

Color information

#CA8FC6 (or 0xCA8FC6) is unknown color: approx Lilac. HEX triplet: CA, 8F and C6. RGB value is (202,143,198). Sum of RGB (Red+Green+Blue) = 202+143+198=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 198 (77.73% from 255 or 36.46% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8FC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FC6 is #357039. Grayscale: #A6A6A6. Windows color (decimal): -3502138 or 13012938. OLE color: 13012938.

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

Color convert

RGB202143198-
CMYK00.290.020.21
HSL304.07º35.76%67.65%-
HSV(B)304.07º29.21%79.22%-
XYZ44.3736.2858.09-
YUV166.91145.55153.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.20%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 198 (77.73% from 255) = 36.46%
R=37.20%
G=26.34%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214319800.290.020.21304.0735.7667.65
HexCA8FC601D2151302444
Octal31221730603522546044104
Binary11001010100011111100011001110110101011001100001001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FC6; }

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

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

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

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

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

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

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

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