#D987D5

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

Shades of Orchid #D987D5

Tints of Orchid #D987D5

Color information

#D987D5 (or 0xD987D5) is unknown color: approx Orchid. HEX triplet: D9, 87 and D5. RGB value is (217,135,213). Sum of RGB (Red+Green+Blue) = 217+135+213=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 135 (53.12% from 255 or 23.89% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D987D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987D5 is #26782A. Grayscale: #A8A8A8. Windows color (decimal): -2521131 or 13993945. OLE color: 13993945.

HSL color Cylindrical-coordinate representation of color #D987D5: hue angle of 302.93º 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 #D987D5 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB217135213-
CMYK00.380.020.15
HSL302.93º51.9%69.02%-
HSV(B)302.93º37.79%85.1%-
XYZ49.2936.8867.47-
YUV168.41153.17162.66-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 135 (53.12% from 255) = 23.89%
BLUE value IS 213 (83.59% from 255) = 37.70%
R=38.41%
G=23.89%
B=37.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713521300.380.020.15302.9351.969.02
HexD987D50262F12f3445
Octal33120732504621745764105
Binary11011001100001111101010101001101011111001011111101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987D5; }

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

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

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

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

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

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

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

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