#C293BC

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

Shades of Lilac #C293BC

Tints of Lilac #C293BC

Color information

#C293BC (or 0xC293BC) is unknown color: approx Lilac. HEX triplet: C2, 93 and BC. RGB value is (194,147,188). Sum of RGB (Red+Green+Blue) = 194+147+188=529 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.67% from 529); Green value is 147 (57.81% from 255 or 27.79% from 529); Blue value is 188 (73.83% from 255 or 35.54% from 529); Max value from RGB is 194 - color contains mainly: red. Hex color #C293BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293BC is #3D6C43. Grayscale: #A5A5A5. Windows color (decimal): -4025412 or 12358594. OLE color: 12358594.

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

Color convert

RGB194147188-
CMYK00.240.030.24
HSL307.66º27.81%66.86%-
HSV(B)307.66º24.23%76.08%-
XYZ41.7635.9752.32-
YUV165.73140.57148.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.67%
GREEN value IS 147 (57.81% from 255) = 27.79%
BLUE value IS 188 (73.83% from 255) = 35.54%
R=36.67%
G=27.79%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19414718800.240.030.24307.6627.8166.86
HexC293BC0183181341c43
Octal30222327403033046434103
Binary1100001010010011101111000110001111000100110100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293BC; }

 p { color: rgb(194,147,188); }

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

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

 a { background-color: rgb(194,147,188); }

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

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

 span { border-color: rgb(194,147,188); }

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