#CA94CE

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

Shades of Lilac #CA94CE

Tints of Lilac #CA94CE

Color information

#CA94CE (or 0xCA94CE) is unknown color: approx Lilac. HEX triplet: CA, 94 and CE. RGB value is (202,148,206). Sum of RGB (Red+Green+Blue) = 202+148+206=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 148 (58.20% from 255 or 26.62% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA94CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94CE is #356B31. Grayscale: #AAAAAA. Windows color (decimal): -3500850 or 13538506. OLE color: 13538506.

HSL color Cylindrical-coordinate representation of color #CA94CE: hue angle of 295.86º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA94CE is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB202148206-
CMYK0.020.2800.19
HSL295.86º37.18%69.41%-
HSV(B)295.86º28.16%80.78%-
XYZ46.0938.1963.34-
YUV170.76147.89150.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.33%
GREEN value IS 148 (58.20% from 255) = 26.62%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=36.33%
G=26.62%
B=37.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021482060.020.2800.19295.8637.1869.41
HexCA94CE21C0131282545
Octal31222431623402345045105
Binary11001010100101001100111010111000100111001010001001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA94CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA94CE; }

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

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

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

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

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

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

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

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