#CA92CE

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

Shades of Lilac #CA92CE

Tints of Lilac #CA92CE

Color information

#CA92CE (or 0xCA92CE) is unknown color: approx Lilac. HEX triplet: CA, 92 and CE. RGB value is (202,146,206). Sum of RGB (Red+Green+Blue) = 202+146+206=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 146 (57.42% from 255 or 26.35% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #CA92CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92CE is #356D31. Grayscale: #A9A9A9. Windows color (decimal): -3501362 or 13537994. OLE color: 13537994.

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

Color convert

RGB202146206-
CMYK0.020.2900.19
HSL296º37.97%69.02%-
HSV(B)296º29.13%80.78%-
XYZ45.7837.5763.23-
YUV169.58148.55151.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.46%
GREEN value IS 146 (57.42% from 255) = 26.35%
BLUE value IS 206 (80.86% from 255) = 37.18%
R=36.46%
G=26.35%
B=37.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2021462060.020.2900.1929637.9769.02
HexCA92CE21D0131282645
Octal31222231623502345046105
Binary11001010100100101100111010111010100111001010001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92CE; }

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

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

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

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

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

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

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

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