#CA8FD1

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

Shades of Lilac #CA8FD1

Tints of Lilac #CA8FD1

Color information

#CA8FD1 (or 0xCA8FD1) is unknown color: approx Lilac. HEX triplet: CA, 8F and D1. RGB value is (202,143,209). Sum of RGB (Red+Green+Blue) = 202+143+209=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 209 (82.03% from 255 or 37.73% from 554); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FD1 is #35702E. Grayscale: #A7A7A7. Windows color (decimal): -3502127 or 13733834. OLE color: 13733834.

HSL color Cylindrical-coordinate representation of color #CA8FD1: hue angle of 293.64º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA8FD1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202143209-
CMYK0.030.3200.18
HSL293.64º41.77%69.02%-
HSV(B)293.64º31.58%81.96%-
XYZ45.6936.865.02-
YUV168.16151.05152.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 143 (56.25% from 255) = 25.81%
BLUE value IS 209 (82.03% from 255) = 37.73%
R=36.46%
G=25.81%
B=37.73%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021432090.030.3200.18293.6441.7769.02
HexCA8FD13200121262a45
Octal31221732134002244652105
Binary110010101000111111010001111000000100101001001101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FD1; }

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

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

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

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

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

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

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

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