#D977DC

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

Shades of Orchid #D977DC

Tints of Orchid #D977DC

Color information

#D977DC (or 0xD977DC) is unknown color: approx Orchid. HEX triplet: D9, 77 and DC. RGB value is (217,119,220). Sum of RGB (Red+Green+Blue) = 217+119+220=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 119 (46.88% from 255 or 21.40% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #D977DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D977DC is #268823. Grayscale: #9F9F9F. Windows color (decimal): -2525220 or 14448601. OLE color: 14448601.

HSL color Cylindrical-coordinate representation of color #D977DC: hue angle of 298.22º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D977DC is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217119220-
CMYK0.010.4600.14
HSL298.22º59.06%66.47%-
HSV(B)298.22º45.91%86.27%-
XYZ48.1333.1171.56-
YUV159.82161.97168.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 119 (46.88% from 255) = 21.40%
BLUE value IS 220 (86.33% from 255) = 39.57%
R=39.03%
G=21.40%
B=39.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171192200.010.4600.14298.2259.0666.47
HexD977DC12E0E12a3b42
Octal33116733415601645273102
Binary110110011110111110111001101110011101001010101110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D977DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D977DC; }

 p { color: rgb(217,119,220); }

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

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

 a { background-color: rgb(217,119,220); }

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

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

 span { border-color: rgb(217,119,220); }

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