#C392C1

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

Shades of Lilac #C392C1

Tints of Lilac #C392C1

Color information

#C392C1 (or 0xC392C1) is unknown color: approx Lilac. HEX triplet: C3, 92 and C1. RGB value is (195,146,193). Sum of RGB (Red+Green+Blue) = 195+146+193=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 146 (57.42% from 255 or 27.34% from 534); Blue value is 193 (75.78% from 255 or 36.14% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C392C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C392C1 is #3C6D3E. Grayscale: #A5A5A5. Windows color (decimal): -3960127 or 12686019. OLE color: 12686019.

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

Color convert

RGB195146193-
CMYK00.250.010.24
HSL302.45º28.99%66.86%-
HSV(B)302.45º25.13%76.47%-
XYZ42.4136.0155.17-
YUV166.01143.23148.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 146 (57.42% from 255) = 27.34%
BLUE value IS 193 (75.78% from 255) = 36.14%
R=36.52%
G=27.34%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514619300.250.010.24302.4528.9966.86
HexC392C101911812e1d43
Octal30322230103113045635103
Binary110000111001001011000001011001111000100101110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C392C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C392C1; }

 p { color: rgb(195,146,193); }

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

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

 a { background-color: rgb(195,146,193); }

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

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

 span { border-color: rgb(195,146,193); }

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