#D980D6

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

Shades of Orchid #D980D6

Tints of Orchid #D980D6

Color information

#D980D6 (or 0xD980D6) is unknown color: approx Orchid. HEX triplet: D9, 80 and D6. RGB value is (217,128,214). Sum of RGB (Red+Green+Blue) = 217+128+214=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 128 (50.39% from 255 or 22.90% from 559); Blue value is 214 (83.98% from 255 or 38.28% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D980D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980D6 is #267F29. Grayscale: #A4A4A4. Windows color (decimal): -2522922 or 14057689. OLE color: 14057689.

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

Color convert

RGB217128214-
CMYK00.410.010.15
HSL302.02º53.94%67.65%-
HSV(B)302.02º41.01%85.1%-
XYZ48.4735.0567.83-
YUV164.42155.99165.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 128 (50.39% from 255) = 22.90%
BLUE value IS 214 (83.98% from 255) = 38.28%
R=38.82%
G=22.90%
B=38.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712821400.410.010.15302.0253.9467.65
HexD980D60291F12e3644
Octal33120032605111745666104
Binary1101100110000000110101100101001111111001011101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980D6; }

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

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

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

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

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

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

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

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