#C395C2

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

Shades of Lilac #C395C2

Tints of Lilac #C395C2

Color information

#C395C2 (or 0xC395C2) is unknown color: approx Lilac. HEX triplet: C3, 95 and C2. RGB value is (195,149,194). Sum of RGB (Red+Green+Blue) = 195+149+194=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 149 (58.59% from 255 or 27.70% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 195 - color contains mainly: red. Hex color #C395C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395C2 is #3C6A3D. Grayscale: #A7A7A7. Windows color (decimal): -3959358 or 12752323. OLE color: 12752323.

HSL color Cylindrical-coordinate representation of color #C395C2: hue angle of 301.3º 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 #C395C2 is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB195149194-
CMYK00.240.010.24
HSL301.3º27.71%67.45%-
HSV(B)301.3º23.59%76.47%-
XYZ42.9936.9955.91-
YUV167.88142.74147.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.25%
GREEN value IS 149 (58.59% from 255) = 27.70%
BLUE value IS 194 (76.17% from 255) = 36.06%
R=36.25%
G=27.70%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514919400.240.010.24301.327.7167.45
HexC395C201811812d1c43
Octal30322530203013045534103
Binary110000111001010111000010011000111000100101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395C2; }

 p { color: rgb(195,149,194); }

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

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

 a { background-color: rgb(195,149,194); }

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

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

 span { border-color: rgb(195,149,194); }

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