#D984DE

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

Shades of Orchid #D984DE

Tints of Orchid #D984DE

Color information

#D984DE (or 0xD984DE) is unknown color: approx Orchid. HEX triplet: D9, 84 and DE. RGB value is (217,132,222). Sum of RGB (Red+Green+Blue) = 217+132+222=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 222 (87.11% from 255 or 38.88% from 571); Max value from RGB is 222 - color contains mainly: blue. Hex color #D984DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984DE is #267B21. Grayscale: #A7A7A7. Windows color (decimal): -2521890 or 14583001. OLE color: 14583001.

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

Color convert

RGB217132222-
CMYK0.020.4100.13
HSL296.67º57.69%69.41%-
HSV(B)296.67º40.54%87.06%-
XYZ50.0536.5373.52-
YUV167.68158.66163.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.00%
GREEN value IS 132 (51.95% from 255) = 23.12%
BLUE value IS 222 (87.11% from 255) = 38.88%
R=38.00%
G=23.12%
B=38.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171322220.020.4100.13296.6757.6969.41
HexD984DE2290D1293a45
Octal33120433625101545172105
Binary11011001100001001101111010101001011011001010011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984DE; }

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

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

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

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

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

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

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

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