#C292CB

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

Shades of Lilac #C292CB

Tints of Lilac #C292CB

Color information

#C292CB (or 0xC292CB) is unknown color: approx Lilac. HEX triplet: C2, 92 and CB. RGB value is (194,146,203). Sum of RGB (Red+Green+Blue) = 194+146+203=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 146 (57.42% from 255 or 26.89% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 203 - color contains mainly: blue. Hex color #C292CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C292CB is #3D6D34. Grayscale: #A6A6A6. Windows color (decimal): -4025653 or 13341378. OLE color: 13341378.

HSL color Cylindrical-coordinate representation of color #C292CB: hue angle of 290.53º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C292CB is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB194146203-
CMYK0.040.2800.20
HSL290.53º35.4%68.43%-
HSV(B)290.53º28.08%79.61%-
XYZ43.3136.3461.23-
YUV166.85148.4147.37-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 146 (57.42% from 255) = 26.89%
BLUE value IS 203 (79.69% from 255) = 37.38%
R=35.73%
G=26.89%
B=37.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941462030.040.2800.20290.5335.468.43
HexC292CB41C0141232344
Octal30222231343402444343104
Binary110000101001001011001011100111000101001001000111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C292CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C292CB; }

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

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

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

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

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

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

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

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