#D984DD

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

Shades of Orchid #D984DD

Tints of Orchid #D984DD

Color information

#D984DD (or 0xD984DD) is unknown color: approx Orchid. HEX triplet: D9, 84 and DD. RGB value is (217,132,221). Sum of RGB (Red+Green+Blue) = 217+132+221=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 132 (51.95% from 255 or 23.16% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #D984DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D984DD is #267B22. Grayscale: #A7A7A7. Windows color (decimal): -2521891 or 14517465. OLE color: 14517465.

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

Color convert

RGB217132221-
CMYK0.020.4000.13
HSL297.3º56.69%69.22%-
HSV(B)297.3º40.27%86.67%-
XYZ49.9236.4772.82-
YUV167.56158.16163.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 132 (51.95% from 255) = 23.16%
BLUE value IS 221 (86.72% from 255) = 38.77%
R=38.07%
G=23.16%
B=38.77%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171322210.020.4000.13297.356.6969.22
HexD984DD2280D1293945
Octal33120433525001545171105
Binary11011001100001001101110110101000011011001010011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D984DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D984DD; }

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

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

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

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

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

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

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

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