#D984DF

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

Shades of Orchid #D984DF

Tints of Orchid #D984DF

Color information

#D984DF (or 0xD984DF) is unknown color: approx Orchid. HEX triplet: D9, 84 and DF. RGB value is (217,132,223). Sum of RGB (Red+Green+Blue) = 217+132+223=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #D984DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984DF is #267B20. Grayscale: #A7A7A7. Windows color (decimal): -2521889 or 14648537. OLE color: 14648537.

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

Color convert

RGB217132223-
CMYK0.030.4100.13
HSL296.04º58.71%69.61%-
HSV(B)296.04º40.81%87.45%-
XYZ50.1936.5874.23-
YUV167.79159.16163.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 132 (51.95% from 255) = 23.08%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=37.94%
G=23.08%
B=38.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171322230.030.4100.13296.0458.7169.61
HexD984DF3290D1283b46
Octal33120433735101545073106
Binary11011001100001001101111111101001011011001010001110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984DF; }

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

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

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

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

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

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

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

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