#D980D4

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

Shades of Orchid #D980D4

Tints of Orchid #D980D4

Color information

#D980D4 (or 0xD980D4) is unknown color: approx Orchid. HEX triplet: D9, 80 and D4. RGB value is (217,128,212). Sum of RGB (Red+Green+Blue) = 217+128+212=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 212 (83.20% from 255 or 38.06% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D980D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980D4 is #267F2B. Grayscale: #A3A3A3. Windows color (decimal): -2522924 or 13926617. OLE color: 13926617.

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

Color convert

RGB217128212-
CMYK00.410.020.15
HSL303.37º53.94%67.65%-
HSV(B)303.37º41.01%85.1%-
XYZ48.2234.9466.49-
YUV164.19154.99165.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 128 (50.39% from 255) = 22.98%
BLUE value IS 212 (83.20% from 255) = 38.06%
R=38.96%
G=22.98%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712821200.410.020.15303.3753.9467.65
HexD980D40292F12f3644
Octal33120032405121745766104
Binary11011001100000001101010001010011011111001011111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980D4; }

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

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

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

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

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

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

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

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