#C390C1

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

Shades of Lilac #C390C1

Tints of Lilac #C390C1

Color information

#C390C1 (or 0xC390C1) is unknown color: approx Lilac. HEX triplet: C3, 90 and C1. RGB value is (195,144,193). Sum of RGB (Red+Green+Blue) = 195+144+193=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C390C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C390C1 is #3C6F3E. Grayscale: #A4A4A4. Windows color (decimal): -3960639 or 12685507. OLE color: 12685507.

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

Color convert

RGB195144193-
CMYK00.260.010.24
HSL302.35º29.82%66.47%-
HSV(B)302.35º26.15%76.47%-
XYZ42.135.455.07-
YUV164.84143.9149.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.65%
GREEN value IS 144 (56.64% from 255) = 27.07%
BLUE value IS 193 (75.78% from 255) = 36.28%
R=36.65%
G=27.07%
B=36.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514419300.260.010.24302.3529.8266.47
HexC390C101A11812e1e42
Octal30322030103213045636102
Binary110000111001000011000001011010111000100101110111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C390C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C390C1; }

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

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

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

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

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

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

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

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