#C292BD

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

Shades of Lilac #C292BD

Tints of Lilac #C292BD

Color information

#C292BD (or 0xC292BD) is unknown color: approx Lilac. HEX triplet: C2, 92 and BD. RGB value is (194,146,189). Sum of RGB (Red+Green+Blue) = 194+146+189=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 146 (57.42% from 255 or 27.60% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C292BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292BD is #3D6D42. Grayscale: #A5A5A5. Windows color (decimal): -4025667 or 12423874. OLE color: 12423874.

HSL color Cylindrical-coordinate representation of color #C292BD: hue angle of 306.25º degrees, saturation: 0.28, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C292BD is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194146189-
CMYK00.250.030.24
HSL306.25º28.24%66.67%-
HSV(B)306.25º24.74%76.08%-
XYZ41.7135.752.84-
YUV165.25141.4148.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 146 (57.42% from 255) = 27.60%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=36.67%
G=27.60%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414618900.250.030.24306.2528.2466.67
HexC292BD0193181321c43
Octal30222227503133046234103
Binary1100001010010010101111010110011111000100110010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292BD; }

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

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

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

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

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

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

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

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