#CA95D1

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

Shades of Lilac #CA95D1

Tints of Lilac #CA95D1

Color information

#CA95D1 (or 0xCA95D1) is unknown color: approx Lilac. HEX triplet: CA, 95 and D1. RGB value is (202,149,209). Sum of RGB (Red+Green+Blue) = 202+149+209=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 149 (58.59% from 255 or 26.61% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #CA95D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA95D1 is #356A2E. Grayscale: #ABABAB. Windows color (decimal): -3500591 or 13735370. OLE color: 13735370.

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

Color convert

RGB202149209-
CMYK0.030.2900.18
HSL293º39.47%70.2%-
HSV(B)293º28.71%81.96%-
XYZ46.6138.6565.33-
YUV171.69149.06149.62-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.07%
GREEN value IS 149 (58.59% from 255) = 26.61%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=36.07%
G=26.61%
B=37.32%

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
Decimal2021492090.030.2900.1829339.4770.2
HexCA95D131D0121252746
Octal31222532133502244547106
Binary11001010100101011101000111111010100101001001011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA95D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA95D1; }

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

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

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

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

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

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

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

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