#D978C0

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

Shades of Orchid #D978C0

Tints of Orchid #D978C0

Color information

#D978C0 (or 0xD978C0) is unknown color: approx Orchid. HEX triplet: D9, 78 and C0. RGB value is (217,120,192). Sum of RGB (Red+Green+Blue) = 217+120+192=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 120 (47.27% from 255 or 22.68% from 529); Blue value is 192 (75.39% from 255 or 36.29% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D978C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978C0 is #26873F. Grayscale: #9D9D9D. Windows color (decimal): -2524992 or 12613849. OLE color: 12613849.

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

Color convert

RGB217120192-
CMYK00.450.120.15
HSL315.46º56.07%66.08%-
HSV(B)315.46º44.7%85.1%-
XYZ44.8531.9953.68-
YUV157.21147.64170.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.02%
GREEN value IS 120 (47.27% from 255) = 22.68%
BLUE value IS 192 (75.39% from 255) = 36.29%
R=41.02%
G=22.68%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712019200.450.120.15315.4656.0766.08
HexD978C002DCF13b3842
Octal331170300055141747370102
Binary110110011111000110000000101101110011111001110111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978C0; }

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

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

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

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

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

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

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

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