#CA94D0

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

Shades of Lilac #CA94D0

Tints of Lilac #CA94D0

Color information

#CA94D0 (or 0xCA94D0) is unknown color: approx Lilac. HEX triplet: CA, 94 and D0. RGB value is (202,148,208). Sum of RGB (Red+Green+Blue) = 202+148+208=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 148 (58.20% from 255 or 26.52% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 208 - color contains mainly: blue. Hex color #CA94D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94D0 is #356B2F. Grayscale: #AAAAAA. Windows color (decimal): -3500848 or 13669578. OLE color: 13669578.

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

Color convert

RGB202148208-
CMYK0.030.2900.18
HSL294º38.96%69.8%-
HSV(B)294º28.85%81.57%-
XYZ46.3338.2964.62-
YUV170.99148.89150.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.20%
GREEN value IS 148 (58.20% from 255) = 26.52%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=36.20%
G=26.52%
B=37.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2021482080.030.2900.1829438.9669.8
HexCA94D031D0121262746
Octal31222432033502244647106
Binary11001010100101001101000011111010100101001001101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94D0; }

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

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

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

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

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

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

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

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