#C493CB

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

Shades of Lilac #C493CB

Tints of Lilac #C493CB

Color information

#C493CB (or 0xC493CB) is unknown color: approx Lilac. HEX triplet: C4, 93 and CB. RGB value is (196,147,203). Sum of RGB (Red+Green+Blue) = 196+147+203=546 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.90% from 546); Green value is 147 (57.81% from 255 or 26.92% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #C493CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C493CB is #3B6C34. Grayscale: #A7A7A7. Windows color (decimal): -3894325 or 13341636. OLE color: 13341636.

HSL color Cylindrical-coordinate representation of color #C493CB: hue angle of 292.5º degrees, saturation: 0.35, 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 #C493CB is Cyan = 0.03, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196147203-
CMYK0.030.2800.20
HSL292.5º35%68.63%-
HSV(B)292.5º27.59%79.61%-
XYZ43.9836.9161.31-
YUV168.04147.73147.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.90%
GREEN value IS 147 (57.81% from 255) = 26.92%
BLUE value IS 203 (79.69% from 255) = 37.18%
R=35.90%
G=26.92%
B=37.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961472030.030.2800.20292.53568.63
HexC493CB31C0141242345
Octal30422331333402444443105
Binary11000100100100111100101111111000101001001001001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C493CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C493CB; }

 p { color: rgb(196,147,203); }

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

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

 a { background-color: rgb(196,147,203); }

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

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

 span { border-color: rgb(196,147,203); }

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