#C395BC

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

Shades of Lilac #C395BC

Tints of Lilac #C395BC

Color information

#C395BC (or 0xC395BC) is unknown color: approx Lilac. HEX triplet: C3, 95 and BC. RGB value is (195,149,188). Sum of RGB (Red+Green+Blue) = 195+149+188=532 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.65% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 188 (73.83% from 255 or 35.34% from 532); Max value from RGB is 195 - color contains mainly: red. Hex color #C395BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395BC is #3C6A43. Grayscale: #A7A7A7. Windows color (decimal): -3959364 or 12359107. OLE color: 12359107.

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

Color convert

RGB195149188-
CMYK00.240.040.24
HSL309.13º27.71%67.45%-
HSV(B)309.13º23.59%76.47%-
XYZ42.3336.7352.44-
YUV167.2139.74147.83-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.65%
GREEN value IS 149 (58.59% from 255) = 28.01%
BLUE value IS 188 (73.83% from 255) = 35.34%
R=36.65%
G=28.01%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514918800.240.040.24309.1327.7167.45
HexC395BC0184181351c43
Octal30322527403043046534103
Binary11000011100101011011110001100010011000100110101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395BC; }

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

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

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

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

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

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

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

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