#C492CD

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

Shades of Lilac #C492CD

Tints of Lilac #C492CD

Color information

#C492CD (or 0xC492CD) is unknown color: approx Lilac. HEX triplet: C4, 92 and CD. RGB value is (196,146,205). Sum of RGB (Red+Green+Blue) = 196+146+205=547 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.83% from 547); Green value is 146 (57.42% from 255 or 26.69% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 205 - color contains mainly: blue. Hex color #C492CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492CD is #3B6D32. Grayscale: #A7A7A7. Windows color (decimal): -3894579 or 13472452. OLE color: 13472452.

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

Color convert

RGB196146205-
CMYK0.040.2900.20
HSL290.85º37.11%68.82%-
HSV(B)290.85º28.78%80.39%-
XYZ44.0636.762.52-
YUV167.68149.06148.2-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.83%
GREEN value IS 146 (57.42% from 255) = 26.69%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=35.83%
G=26.69%
B=37.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961462050.040.2900.20290.8537.1168.82
HexC492CD41D0141232545
Octal30422231543502444345105
Binary110001001001001011001101100111010101001001000111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492CD; }

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

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

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

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

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

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

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

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