#D978D1

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

Shades of Orchid #D978D1

Tints of Orchid #D978D1

Color information

#D978D1 (or 0xD978D1) is unknown color: approx Orchid. HEX triplet: D9, 78 and D1. RGB value is (217,120,209). Sum of RGB (Red+Green+Blue) = 217+120+209=546 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.74% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 209 (82.03% from 255 or 38.28% from 546); Max value from RGB is 217 - color contains mainly: red. Hex color #D978D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D978D1 is #26872E. Grayscale: #9E9E9E. Windows color (decimal): -2524975 or 13727961. OLE color: 13727961.

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

Color convert

RGB217120209-
CMYK00.450.040.15
HSL304.95º56.07%66.08%-
HSV(B)304.95º44.7%85.1%-
XYZ46.8432.7964.18-
YUV159.15156.14169.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.74%
GREEN value IS 120 (47.27% from 255) = 21.98%
BLUE value IS 209 (82.03% from 255) = 38.28%
R=39.74%
G=21.98%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712020900.450.040.15304.9556.0766.08
HexD978D102D4F1313842
Octal33117032105541746170102
Binary11011001111100011010001010110110011111001100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D978D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D978D1; }

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

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

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

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

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

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

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

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