#D984E0

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

Shades of Orchid #D984E0

Tints of Orchid #D984E0

Color information

#D984E0 (or 0xD984E0) is unknown color: approx Orchid. HEX triplet: D9, 84 and E0. RGB value is (217,132,224). Sum of RGB (Red+Green+Blue) = 217+132+224=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 132 (51.95% from 255 or 23.04% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 224 - color contains mainly: blue. Hex color #D984E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984E0 is #267B1F. Grayscale: #A7A7A7. Windows color (decimal): -2521888 or 14714073. OLE color: 14714073.

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

Color convert

RGB217132224-
CMYK0.030.4100.12
HSL295.43º59.74%69.8%-
HSV(B)295.43º41.07%87.84%-
XYZ50.3236.6474.94-
YUV167.9159.66163.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 132 (51.95% from 255) = 23.04%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=37.87%
G=23.04%
B=39.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171322240.030.4100.12295.4359.7469.8
HexD984E03290C1273c46
Octal33120434035101444774106
Binary11011001100001001110000011101001011001001001111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984E0; }

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

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

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

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

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

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

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

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