#D987DD

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

Shades of Orchid #D987DD

Tints of Orchid #D987DD

Color information

#D987DD (or 0xD987DD) is unknown color: approx Orchid. HEX triplet: D9, 87 and DD. RGB value is (217,135,221). Sum of RGB (Red+Green+Blue) = 217+135+221=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 135 (53.12% from 255 or 23.56% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #D987DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987DD is #267822. Grayscale: #A9A9A9. Windows color (decimal): -2521123 or 14518233. OLE color: 14518233.

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

Color convert

RGB217135221-
CMYK0.020.3900.13
HSL297.21º55.84%69.8%-
HSV(B)297.21º38.91%86.67%-
XYZ50.3337.372.95-
YUV169.32157.17162.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 135 (53.12% from 255) = 23.56%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=37.87%
G=23.56%
B=38.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2171352210.020.3900.13297.2155.8469.8
HexD987DD2270D1293846
Octal33120733524701545170106
Binary11011001100001111101110110100111011011001010011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987DD; }

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

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

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

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

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

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

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

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