#C397B7

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

Shades of Lily #C397B7

Tints of Lily #C397B7

Color information

#C397B7 (or 0xC397B7) is unknown color: approx Lily. HEX triplet: C3, 97 and B7. RGB value is (195,151,183). Sum of RGB (Red+Green+Blue) = 195+151+183=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 183 (71.88% from 255 or 34.59% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C397B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C397B7 is #3C6848. Grayscale: #A7A7A7. Windows color (decimal): -3958857 or 12031939. OLE color: 12031939.

HSL color Cylindrical-coordinate representation of color #C397B7: hue angle of 316.36º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C397B7 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB195151183-
CMYK00.230.060.24
HSL316.36º26.83%67.84%-
HSV(B)316.36º22.56%76.47%-
XYZ42.1237.1549.75-
YUV167.8136.58147.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 151 (59.38% from 255) = 28.54%
BLUE value IS 183 (71.88% from 255) = 34.59%
R=36.86%
G=28.54%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19515118300.230.060.24316.3626.8367.84
HexC397B701761813c1b44
Octal30322726702763047433104
Binary11000011100101111011011101011111011000100111100110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C397B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C397B7; }

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

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

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

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

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

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

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

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