#C977B7

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

Shades of Orchid #C977B7

Tints of Orchid #C977B7

Color information

#C977B7 (or 0xC977B7) is unknown color: approx Orchid. HEX triplet: C9, 77 and B7. RGB value is (201,119,183). Sum of RGB (Red+Green+Blue) = 201+119+183=503 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.96% from 503); Green value is 119 (46.88% from 255 or 23.66% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 201 - color contains mainly: red. Hex color #C977B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977B7 is #368848. Grayscale: #969696. Windows color (decimal): -3573833 or 12023753. OLE color: 12023753.

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

Color convert

RGB201119183-
CMYK00.410.090.21
HSL313.17º43.16%62.75%-
HSV(B)313.17º40.8%78.82%-
XYZ39.2329.0348.34-
YUV150.81146.17163.8-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 39.96%
GREEN value IS 119 (46.88% from 255) = 23.66%
BLUE value IS 183 (71.88% from 255) = 36.38%
R=39.96%
G=23.66%
B=36.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20111918300.410.090.21313.1743.1662.75
HexC977B70299151392b3f
Octal31116726705111254715377
Binary110010011110111101101110101001100110101100111001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977B7; }

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

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

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

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

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

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

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

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