#C97EB9

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

Shades of Lily #C97EB9

Tints of Lily #C97EB9

Color information

#C97EB9 (or 0xC97EB9) is unknown color: approx Lily. HEX triplet: C9, 7E and B9. RGB value is (201,126,185). Sum of RGB (Red+Green+Blue) = 201+126+185=512 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.26% from 512); Green value is 126 (49.61% from 255 or 24.61% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 201 - color contains mainly: red. Hex color #C97EB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C97EB9 is #368146. Grayscale: #9A9A9A. Windows color (decimal): -3572039 or 12156617. OLE color: 12156617.

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

Color convert

RGB201126185-
CMYK00.370.080.21
HSL312.8º40.98%64.12%-
HSV(B)312.8º37.31%78.82%-
XYZ40.3130.8449.73-
YUV155.15144.85160.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.26%
GREEN value IS 126 (49.61% from 255) = 24.61%
BLUE value IS 185 (72.66% from 255) = 36.13%
R=39.26%
G=24.61%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112618500.370.080.21312.840.9864.12
HexC97EB90258151392940
Octal311176271045102547151100
Binary1100100111111101011100101001011000101011001110011010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97EB9; }

 p { color: rgb(201,126,185); }

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

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

 a { background-color: rgb(201,126,185); }

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

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

 span { border-color: rgb(201,126,185); }

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