#C395BE

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

Shades of Lilac #C395BE

Tints of Lilac #C395BE

Color information

#C395BE (or 0xC395BE) is unknown color: approx Lilac. HEX triplet: C3, 95 and BE. RGB value is (195,149,190). Sum of RGB (Red+Green+Blue) = 195+149+190=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 190 (74.61% from 255 or 35.58% from 534); Max value from RGB is 195 - color contains mainly: red. Hex color #C395BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395BE is #3C6A41. Grayscale: #A7A7A7. Windows color (decimal): -3959362 or 12490179. OLE color: 12490179.

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

Color convert

RGB195149190-
CMYK00.240.030.24
HSL306.52º27.71%67.45%-
HSV(B)306.52º23.59%76.47%-
XYZ42.5536.8153.58-
YUV167.43140.74147.67-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 149 (58.59% from 255) = 27.90%
BLUE value IS 190 (74.61% from 255) = 35.58%
R=36.52%
G=27.90%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514919000.240.030.24306.5227.7167.45
HexC395BE0183181331c43
Octal30322527603033046334103
Binary1100001110010101101111100110001111000100110011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395BE; }

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

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

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

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

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

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

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

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