#C294CB

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

Shades of Lilac #C294CB

Tints of Lilac #C294CB

Color information

#C294CB (or 0xC294CB) is unknown color: approx Lilac. HEX triplet: C2, 94 and CB. RGB value is (194,148,203). Sum of RGB (Red+Green+Blue) = 194+148+203=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 203 - color contains mainly: blue. Hex color #C294CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294CB is #3D6B34. Grayscale: #A7A7A7. Windows color (decimal): -4025141 or 13341890. OLE color: 13341890.

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

Color convert

RGB194148203-
CMYK0.040.2700.20
HSL290.18º34.59%68.82%-
HSV(B)290.18º27.09%79.61%-
XYZ43.6236.9661.34-
YUV168.02147.74146.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=35.60%
G=27.16%
B=37.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1941482030.040.2700.20290.1834.5968.82
HexC294CB41B0141222345
Octal30222431343302444243105
Binary110000101001010011001011100110110101001001000101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294CB; }

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

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

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

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

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

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

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

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