#D980D8

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

Shades of Orchid #D980D8

Tints of Orchid #D980D8

Color information

#D980D8 (or 0xD980D8) is unknown color: approx Orchid. HEX triplet: D9, 80 and D8. RGB value is (217,128,216). Sum of RGB (Red+Green+Blue) = 217+128+216=561 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.68% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 216 (84.77% from 255 or 38.50% from 561); Max value from RGB is 217 - color contains mainly: red. Hex color #D980D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980D8 is #267F27. Grayscale: #A4A4A4. Windows color (decimal): -2522920 or 14188761. OLE color: 14188761.

HSL color Cylindrical-coordinate representation of color #D980D8: hue angle of 300.67º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D980D8 is Cyan = 0, Magento = 0.41, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB217128216-
CMYK00.410.000.15
HSL300.67º53.94%67.65%-
HSV(B)300.67º41.01%85.1%-
XYZ48.7335.1569.18-
YUV164.64156.99165.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.68%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 216 (84.77% from 255) = 38.50%
R=38.68%
G=22.82%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712821600.410.000.15300.6753.9467.65
HexD980D80290F12d3644
Octal33120033005101745566104
Binary1101100110000000110110000101001011111001011011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980D8; }

 p { color: rgb(217,128,216); }

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

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

 a { background-color: rgb(217,128,216); }

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

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

 span { border-color: rgb(217,128,216); }

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