#CA92CD

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

Shades of Lilac #CA92CD

Tints of Lilac #CA92CD

Color information

#CA92CD (or 0xCA92CD) is unknown color: approx Lilac. HEX triplet: CA, 92 and CD. RGB value is (202,146,205). Sum of RGB (Red+Green+Blue) = 202+146+205=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 205 (80.47% from 255 or 37.07% from 553); Max value from RGB is 205 - color contains mainly: blue. Hex color #CA92CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92CD is #356D32. Grayscale: #A9A9A9. Windows color (decimal): -3501363 or 13472458. OLE color: 13472458.

HSL color Cylindrical-coordinate representation of color #CA92CD: hue angle of 296.95º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA92CD is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB202146205-
CMYK0.010.2900.20
HSL296.95º37.11%68.82%-
HSV(B)296.95º28.78%80.39%-
XYZ45.6637.5262.59-
YUV169.47148.05151.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 36.53%
GREEN value IS 146 (57.42% from 255) = 26.40%
BLUE value IS 205 (80.47% from 255) = 37.07%
R=36.53%
G=26.40%
B=37.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2021462050.010.2900.20296.9537.1168.82
HexCA92CD11D0141292545
Octal31222231513502445145105
Binary1100101010010010110011011111010101001001010011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA92CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA92CD; }

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

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

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

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

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

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

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

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