#CA8ED1

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

Shades of Lilac #CA8ED1

Tints of Lilac #CA8ED1

Color information

#CA8ED1 (or 0xCA8ED1) is unknown color: approx Lilac. HEX triplet: CA, 8E and D1. RGB value is (202,142,209). Sum of RGB (Red+Green+Blue) = 202+142+209=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA8ED1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ED1 is #35712E. Grayscale: #A7A7A7. Windows color (decimal): -3502383 or 13733578. OLE color: 13733578.

HSL color Cylindrical-coordinate representation of color #CA8ED1: hue angle of 293.73º 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 #CA8ED1 is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB202142209-
CMYK0.030.3200.18
HSL293.73º42.14%68.82%-
HSV(B)293.73º32.06%81.96%-
XYZ45.5436.5164.97-
YUV167.58151.38152.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 142 (55.86% from 255) = 25.68%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=36.53%
G=25.68%
B=37.79%

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
Decimal2021422090.030.3200.18293.7342.1468.82
HexCA8ED13200121262a45
Octal31221632134002244652105
Binary110010101000111011010001111000000100101001001101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8ED1; }

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

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

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

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

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

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

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

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