#D87FE0

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

Shades of Orchid #D87FE0

Tints of Orchid #D87FE0

Color information

#D87FE0 (or 0xD87FE0) is unknown color: approx Orchid. HEX triplet: D8, 7F and E0. RGB value is (216,127,224). Sum of RGB (Red+Green+Blue) = 216+127+224=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 127 (50% from 255 or 22.40% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 224 - color contains mainly: blue. Hex color #D87FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FE0 is #27801F. Grayscale: #A4A4A4. Windows color (decimal): -2588704 or 14712792. OLE color: 14712792.

HSL color Cylindrical-coordinate representation of color #D87FE0: hue angle of 295.05º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87FE0 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB216127224-
CMYK0.040.4300.12
HSL295.05º61.01%68.82%-
HSV(B)295.05º43.3%87.84%-
XYZ49.3635.1674.71-
YUV164.67161.49164.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 127 (50% from 255) = 22.40%
BLUE value IS 224 (87.89% from 255) = 39.51%
R=38.10%
G=22.40%
B=39.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2161272240.040.4300.12295.0561.0168.82
HexD87FE042B0C1273d45
Octal33017734045301444775105
Binary11011000111111111100000100101011011001001001111111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87FE0; }

 p { color: rgb(216,127,224); }

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

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

 a { background-color: rgb(216,127,224); }

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

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

 span { border-color: rgb(216,127,224); }

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