#C492BD

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

Shades of Lilac #C492BD

Tints of Lilac #C492BD

Color information

#C492BD (or 0xC492BD) is unknown color: approx Lilac. HEX triplet: C4, 92 and BD. RGB value is (196,146,189). Sum of RGB (Red+Green+Blue) = 196+146+189=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 146 (57.42% from 255 or 27.50% from 531); Blue value is 189 (74.22% from 255 or 35.59% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C492BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C492BD is #3B6D42. Grayscale: #A5A5A5. Windows color (decimal): -3894595 or 12423876. OLE color: 12423876.

HSL color Cylindrical-coordinate representation of color #C492BD: hue angle of 308.4º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C492BD is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB196146189-
CMYK00.260.040.23
HSL308.4º29.76%67.06%-
HSV(B)308.4º25.51%76.86%-
XYZ42.2335.9752.86-
YUV165.85141.06149.5-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.91%
GREEN value IS 146 (57.42% from 255) = 27.50%
BLUE value IS 189 (74.22% from 255) = 35.59%
R=36.91%
G=27.50%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19614618900.260.040.23308.429.7667.06
HexC492BD01A4171341e43
Octal30422227503242746436103
Binary11000100100100101011110101101010010111100110100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C492BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C492BD; }

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

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

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

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

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

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

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

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