#D987DE

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

Shades of Orchid #D987DE

Tints of Orchid #D987DE

Color information

#D987DE (or 0xD987DE) is unknown color: approx Orchid. HEX triplet: D9, 87 and DE. RGB value is (217,135,222). Sum of RGB (Red+Green+Blue) = 217+135+222=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 135 (53.12% from 255 or 23.52% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #D987DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D987DE is #267821. Grayscale: #A9A9A9. Windows color (decimal): -2521122 or 14583769. OLE color: 14583769.

HSL color Cylindrical-coordinate representation of color #D987DE: hue angle of 296.55º degrees, saturation: 0.57, 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 #D987DE is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB217135222-
CMYK0.020.3900.13
HSL296.55º56.86%70%-
HSV(B)296.55º39.19%87.06%-
XYZ50.4637.3573.66-
YUV169.44157.67161.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.80%
GREEN value IS 135 (53.12% from 255) = 23.52%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=37.80%
G=23.52%
B=38.68%

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
Decimal2171352220.020.3900.13296.5556.8670
HexD987DE2270D1293946
Octal33120733624701545171106
Binary11011001100001111101111010100111011011001010011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D987DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D987DE; }

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

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

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

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

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

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

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

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