#c97db7

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

Shades of Lily #C97DB7

Tints of Lily #C97DB7

Color information

#C97DB7 (or 0xC97DB7) is unknown color: approx Lily. HEX triplet: C9, 7D and B7. RGB value is (201,125,183). Sum of RGB (Red+Green+Blue) = 201+125+183=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 201 - color contains mainly: red. Hex color #C97DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97DB7 is #368248. Grayscale: #9A9A9A. Windows color (decimal): -3572297 or 12025289. OLE color: 12025289.

HSL color Cylindrical-coordinate representation of color #C97DB7: hue angle of 314.21º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C97DB7 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB201125183-
CMYK00.380.090.21
HSL314.21º41.3%63.92%-
HSV(B)314.21º37.81%78.82%-
XYZ39.9730.548.58-
YUV154.34144.18161.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.49%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 183 (71.88% from 255) = 35.95%
R=39.49%
G=24.56%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112518300.380.090.21314.2141.363.92
HexC97DB702691513a2940
Octal311175267046112547251100
Binary1100100111111011011011101001101001101011001110101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c97db7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c97db7; }

 p { color: rgb(201,125,183); }

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

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

 a { background-color: rgb(201,125,183); }

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

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

 span { border-color: rgb(201,125,183); }

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