#D978C6

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

Shades of Orchid #D978C6

Tints of Orchid #D978C6

Color information

#D978C6 (or 0xD978C6) is unknown color: approx Orchid. HEX triplet: D9, 78 and C6. RGB value is (217,120,198). Sum of RGB (Red+Green+Blue) = 217+120+198=535 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.56% from 535); Green value is 120 (47.27% from 255 or 22.43% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 217 - color contains mainly: red. Hex color #D978C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978C6 is #268739. Grayscale: #9D9D9D. Windows color (decimal): -2524986 or 13007065. OLE color: 13007065.

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

Color convert

RGB217120198-
CMYK00.450.090.15
HSL311.75º56.07%66.08%-
HSV(B)311.75º44.7%85.1%-
XYZ45.5232.2657.25-
YUV157.89150.64170.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.56%
GREEN value IS 120 (47.27% from 255) = 22.43%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=40.56%
G=22.43%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712019800.450.090.15311.7556.0766.08
HexD978C602D9F1383842
Octal331170306055111747070102
Binary110110011111000110001100101101100111111001110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978C6; }

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

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

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

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

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

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

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

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