#C292CC

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

Shades of Lilac #C292CC

Tints of Lilac #C292CC

Color information

#C292CC (or 0xC292CC) is unknown color: approx Lilac. HEX triplet: C2, 92 and CC. RGB value is (194,146,204). Sum of RGB (Red+Green+Blue) = 194+146+204=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 204 (80.08% from 255 or 37.5% from 544); Max value from RGB is 204 - color contains mainly: blue. Hex color #C292CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292CC is #3D6D33. Grayscale: #A6A6A6. Windows color (decimal): -4025652 or 13406914. OLE color: 13406914.

HSL color Cylindrical-coordinate representation of color #C292CC: hue angle of 289.66º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C292CC is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB194146204-
CMYK0.050.2800.2
HSL289.66º36.25%68.63%-
HSV(B)289.66º28.43%80%-
XYZ43.4336.3961.86-
YUV166.96148.9147.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 146 (57.42% from 255) = 26.84%
BLUE value IS 204 (80.08% from 255) = 37.5%
R=35.66%
G=26.84%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1941462040.050.2800.2289.6636.2568.63
HexC292CC51C0141222445
Octal30222231453402444244105
Binary110000101001001011001100101111000101001001000101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292CC; }

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

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

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

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

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

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

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

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