#D987D7

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

Shades of Orchid #D987D7

Tints of Orchid #D987D7

Color information

#D987D7 (or 0xD987D7) is unknown color: approx Orchid. HEX triplet: D9, 87 and D7. RGB value is (217,135,215). Sum of RGB (Red+Green+Blue) = 217+135+215=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 135 (53.12% from 255 or 23.81% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 217 - color contains mainly: red. Hex color #D987D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987D7 is #267828. Grayscale: #A8A8A8. Windows color (decimal): -2521129 or 14125017. OLE color: 14125017.

HSL color Cylindrical-coordinate representation of color #D987D7: hue angle of 301.46º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D987D7 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB217135215-
CMYK00.380.010.15
HSL301.46º51.9%69.02%-
HSV(B)301.46º37.79%85.1%-
XYZ49.5436.9968.82-
YUV168.64154.17162.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.27%
GREEN value IS 135 (53.12% from 255) = 23.81%
BLUE value IS 215 (84.38% from 255) = 37.92%
R=38.27%
G=23.81%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713521500.380.010.15301.4651.969.02
HexD987D70261F12d3445
Octal33120732704611745564105
Binary1101100110000111110101110100110111111001011011101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987D7; }

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

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

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

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

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

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

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

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