#CA8FD0

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

Shades of Lilac #CA8FD0

Tints of Lilac #CA8FD0

Color information

#CA8FD0 (or 0xCA8FD0) is unknown color: approx Lilac. HEX triplet: CA, 8F and D0. RGB value is (202,143,208). Sum of RGB (Red+Green+Blue) = 202+143+208=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 208 (81.64% from 255 or 37.61% from 553); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA8FD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FD0 is #35702F. Grayscale: #A7A7A7. Windows color (decimal): -3502128 or 13668298. OLE color: 13668298.

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

Color convert

RGB202143208-
CMYK0.030.3100.18
HSL294.46º40.88%68.82%-
HSV(B)294.46º31.25%81.57%-
XYZ45.5636.7664.37-
YUV168.05150.55152.21-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 143 (56.25% from 255) = 25.86%
BLUE value IS 208 (81.64% from 255) = 37.61%
R=36.53%
G=25.86%
B=37.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021432080.030.3100.18294.4640.8868.82
HexCA8FD031F0121262945
Octal31221732033702244651105
Binary11001010100011111101000011111110100101001001101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8FD0; }

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

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

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

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

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

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

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

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