#D982DF

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

Shades of Orchid #D982DF

Tints of Orchid #D982DF

Color information

#D982DF (or 0xD982DF) is unknown color: approx Orchid. HEX triplet: D9, 82 and DF. RGB value is (217,130,223). Sum of RGB (Red+Green+Blue) = 217+130+223=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #D982DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D982DF is #267D20. Grayscale: #A6A6A6. Windows color (decimal): -2522401 or 14648025. OLE color: 14648025.

HSL color Cylindrical-coordinate representation of color #D982DF: hue angle of 296.13º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D982DF is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217130223-
CMYK0.030.4200.13
HSL296.13º59.24%69.22%-
HSV(B)296.13º41.7%87.45%-
XYZ49.9236.0474.14-
YUV166.61159.82163.94-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 130 (51.17% from 255) = 22.81%
BLUE value IS 223 (87.5% from 255) = 39.12%
R=38.07%
G=22.81%
B=39.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171302230.030.4200.13296.1359.2469.22
HexD982DF32A0D1283b45
Octal33120233735201545073105
Binary11011001100000101101111111101010011011001010001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D982DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D982DF; }

 p { color: rgb(217,130,223); }

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

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

 a { background-color: rgb(217,130,223); }

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

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

 span { border-color: rgb(217,130,223); }

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