#C293CA

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

Shades of Lilac #C293CA

Tints of Lilac #C293CA

Color information

#C293CA (or 0xC293CA) is unknown color: approx Lilac. HEX triplet: C2, 93 and CA. RGB value is (194,147,202). Sum of RGB (Red+Green+Blue) = 194+147+202=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 147 (57.81% from 255 or 27.07% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 202 - color contains mainly: blue. Hex color #C293CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C293CA is #3D6C35. Grayscale: #A7A7A7. Windows color (decimal): -4025398 or 13276098. OLE color: 13276098.

HSL color Cylindrical-coordinate representation of color #C293CA: hue angle of 291.27º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C293CA is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB194147202-
CMYK0.040.2700.21
HSL291.27º34.16%68.43%-
HSV(B)291.27º27.23%79.22%-
XYZ43.3436.660.66-
YUV167.32147.57147.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.73%
GREEN value IS 147 (57.81% from 255) = 27.07%
BLUE value IS 202 (79.30% from 255) = 37.20%
R=35.73%
G=27.07%
B=37.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1941472020.040.2700.21291.2734.1668.43
HexC293CA41B0151232244
Octal30222331243302544342104
Binary110000101001001111001010100110110101011001000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C293CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C293CA; }

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

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

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

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

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

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

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

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