#D978C7

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

Shades of Orchid #D978C7

Tints of Orchid #D978C7

Color information

#D978C7 (or 0xD978C7) is unknown color: approx Orchid. HEX triplet: D9, 78 and C7. RGB value is (217,120,199). Sum of RGB (Red+Green+Blue) = 217+120+199=536 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.49% from 536); Green value is 120 (47.27% from 255 or 22.39% from 536); Blue value is 199 (78.12% from 255 or 37.13% from 536); Max value from RGB is 217 - color contains mainly: red. Hex color #D978C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978C7 is #268738. Grayscale: #9D9D9D. Windows color (decimal): -2524985 or 13072601. OLE color: 13072601.

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

Color convert

RGB217120199-
CMYK00.450.080.15
HSL311.13º56.07%66.08%-
HSV(B)311.13º44.7%85.1%-
XYZ45.6432.3157.86-
YUV158.01151.14170.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.49%
GREEN value IS 120 (47.27% from 255) = 22.39%
BLUE value IS 199 (78.12% from 255) = 37.13%
R=40.49%
G=22.39%
B=37.13%

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
Decimal21712019900.450.080.15311.1356.0766.08
HexD978C702D8F1373842
Octal331170307055101746770102
Binary110110011111000110001110101101100011111001101111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978C7; }

 p { color: rgb(217,120,199); }

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

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

 a { background-color: rgb(217,120,199); }

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

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

 span { border-color: rgb(217,120,199); }

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