#D978D5

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

Shades of Orchid #D978D5

Tints of Orchid #D978D5

Color information

#D978D5 (or 0xD978D5) is unknown color: approx Orchid. HEX triplet: D9, 78 and D5. RGB value is (217,120,213). Sum of RGB (Red+Green+Blue) = 217+120+213=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 213 (83.59% from 255 or 38.73% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D978D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978D5 is #26872A. Grayscale: #9F9F9F. Windows color (decimal): -2524971 or 13990105. OLE color: 13990105.

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

Color convert

RGB217120213-
CMYK00.450.020.15
HSL302.47º56.07%66.08%-
HSV(B)302.47º44.7%85.1%-
XYZ47.3432.9966.82-
YUV159.6158.14168.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 120 (47.27% from 255) = 21.82%
BLUE value IS 213 (83.59% from 255) = 38.73%
R=39.45%
G=21.82%
B=38.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712021300.450.020.15302.4756.0766.08
HexD978D502D2F12e3842
Octal33117032505521745670102
Binary1101100111110001101010101011011011111001011101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978D5; }

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

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

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

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

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

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

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

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