#C395BD

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

Shades of Lilac #C395BD

Tints of Lilac #C395BD

Color information

#C395BD (or 0xC395BD) is unknown color: approx Lilac. HEX triplet: C3, 95 and BD. RGB value is (195,149,189). Sum of RGB (Red+Green+Blue) = 195+149+189=533 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.59% from 533); Green value is 149 (58.59% from 255 or 27.95% from 533); Blue value is 189 (74.22% from 255 or 35.46% from 533); Max value from RGB is 195 - color contains mainly: red. Hex color #C395BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395BD is #3C6A42. Grayscale: #A7A7A7. Windows color (decimal): -3959363 or 12424643. OLE color: 12424643.

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

Color convert

RGB195149189-
CMYK00.240.030.24
HSL307.83º27.71%67.45%-
HSV(B)307.83º23.59%76.47%-
XYZ42.4436.7753-
YUV167.31140.24147.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.59%
GREEN value IS 149 (58.59% from 255) = 27.95%
BLUE value IS 189 (74.22% from 255) = 35.46%
R=36.59%
G=27.95%
B=35.46%

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
Decimal19514918900.240.030.24307.8327.7167.45
HexC395BD0183181341c43
Octal30322527503033046434103
Binary1100001110010101101111010110001111000100110100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395BD; }

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

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

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

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

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

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

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

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