#C977D8

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

Shades of Orchid #C977D8

Tints of Orchid #C977D8

Color information

#C977D8 (or 0xC977D8) is unknown color: approx Orchid. HEX triplet: C9, 77 and D8. RGB value is (201,119,216). Sum of RGB (Red+Green+Blue) = 201+119+216=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 216 (84.77% from 255 or 40.30% from 536); Max value from RGB is 216 - color contains mainly: blue. Hex color #C977D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C977D8 is #368827. Grayscale: #9A9A9A. Windows color (decimal): -3573800 or 14186441. OLE color: 14186441.

HSL color Cylindrical-coordinate representation of color #C977D8: hue angle of 290.72º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C977D8 is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB201119216-
CMYK0.070.4500.15
HSL290.72º55.43%65.69%-
HSV(B)290.72º44.91%84.71%-
XYZ43.0830.5768.6-
YUV154.58162.67161.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.5%
GREEN value IS 119 (46.88% from 255) = 22.20%
BLUE value IS 216 (84.77% from 255) = 40.30%
R=37.5%
G=22.20%
B=40.30%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011192160.070.4500.15290.7255.4365.69
HexC977D872D0F1233742
Octal31116733075501744367102
Binary11001001111011111011000111101101011111001000111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C977D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C977D8; }

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

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

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

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

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

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

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

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