#C394CA

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

Shades of Lilac #C394CA

Tints of Lilac #C394CA

Color information

#C394CA (or 0xC394CA) is unknown color: approx Lilac. HEX triplet: C3, 94 and CA. RGB value is (195,148,202). Sum of RGB (Red+Green+Blue) = 195+148+202=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 202 (79.30% from 255 or 37.06% from 545); Max value from RGB is 202 - color contains mainly: blue. Hex color #C394CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C394CA is #3C6B35. Grayscale: #A8A8A8. Windows color (decimal): -3959606 or 13276355. OLE color: 13276355.

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

Color convert

RGB195148202-
CMYK0.030.2700.21
HSL292.22º33.75%68.63%-
HSV(B)292.22º26.73%79.22%-
XYZ43.7637.0560.72-
YUV168.21147.07147.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 148 (58.20% from 255) = 27.16%
BLUE value IS 202 (79.30% from 255) = 37.06%
R=35.78%
G=27.16%
B=37.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951482020.030.2700.21292.2233.7568.63
HexC394CA31B0151242245
Octal30322431233302544442105
Binary11000011100101001100101011110110101011001001001000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C394CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C394CA; }

 p { color: rgb(195,148,202); }

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

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

 a { background-color: rgb(195,148,202); }

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

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

 span { border-color: rgb(195,148,202); }

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