#C983B7

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

Shades of Lily #C983B7

Tints of Lily #C983B7

Color information

#C983B7 (or 0xC983B7) is unknown color: approx Lily. HEX triplet: C9, 83 and B7. RGB value is (201,131,183). Sum of RGB (Red+Green+Blue) = 201+131+183=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 131 (51.56% from 255 or 25.44% from 515); Blue value is 183 (71.88% from 255 or 35.53% from 515); Max value from RGB is 201 - color contains mainly: red. Hex color #C983B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C983B7 is #367C48. Grayscale: #9D9D9D. Windows color (decimal): -3570761 or 12026825. OLE color: 12026825.

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

Color convert

RGB201131183-
CMYK00.350.090.21
HSL315.43º39.33%65.1%-
HSV(B)315.43º34.83%78.82%-
XYZ40.7532.0748.84-
YUV157.86142.19158.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.03%
GREEN value IS 131 (51.56% from 255) = 25.44%
BLUE value IS 183 (71.88% from 255) = 35.53%
R=39.03%
G=25.44%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20113118300.350.090.21315.4339.3365.1
HexC983B702391513b2741
Octal311203267043112547347101
Binary11001001100000111011011101000111001101011001110111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C983B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C983B7; }

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

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

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

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

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

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

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

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