#D977C8

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

Shades of Orchid #D977C8

Tints of Orchid #D977C8

Color information

#D977C8 (or 0xD977C8) is unknown color: approx Orchid. HEX triplet: D9, 77 and C8. RGB value is (217,119,200). Sum of RGB (Red+Green+Blue) = 217+119+200=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 119 (46.88% from 255 or 22.20% from 536); Blue value is 200 (78.52% from 255 or 37.31% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D977C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977C8 is #268837. Grayscale: #9D9D9D. Windows color (decimal): -2525240 or 13137881. OLE color: 13137881.

HSL color Cylindrical-coordinate representation of color #D977C8: hue angle of 310.41º degrees, saturation: 0.56, 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 #D977C8 is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB217119200-
CMYK00.450.080.15
HSL310.41º56.32%65.88%-
HSV(B)310.41º45.16%85.1%-
XYZ45.6432.1258.44-
YUV157.54151.97170.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 119 (46.88% from 255) = 22.20%
BLUE value IS 200 (78.52% from 255) = 37.31%
R=40.49%
G=22.20%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711920000.450.080.15310.4156.3265.88
HexD977C802D8F1363842
Octal331167310055101746670102
Binary110110011110111110010000101101100011111001101101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977C8; }

 p { color: rgb(217,119,200); }

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

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

 a { background-color: rgb(217,119,200); }

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

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

 span { border-color: rgb(217,119,200); }

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