#C395B7

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

Shades of Lily #C395B7

Tints of Lily #C395B7

Color information

#C395B7 (or 0xC395B7) is unknown color: approx Lily. HEX triplet: C3, 95 and B7. RGB value is (195,149,183). Sum of RGB (Red+Green+Blue) = 195+149+183=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C395B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C395B7 is #3C6A48. Grayscale: #A6A6A6. Windows color (decimal): -3959369 or 12031427. OLE color: 12031427.

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

Color convert

RGB195149183-
CMYK00.240.060.24
HSL315.65º27.71%67.45%-
HSV(B)315.65º23.59%76.47%-
XYZ41.836.5249.64-
YUV166.63137.24148.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 183 (71.88% from 255) = 34.72%
R=37.00%
G=28.27%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514918300.240.060.24315.6527.7167.45
HexC395B701861813c1c43
Octal30322526703063047434103
Binary11000011100101011011011101100011011000100111100111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C395B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C395B7; }

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

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

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

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

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

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

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

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