#D87FD5

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

Shades of Orchid #D87FD5

Tints of Orchid #D87FD5

Color information

#D87FD5 (or 0xD87FD5) is unknown color: approx Orchid. HEX triplet: D8, 7F and D5. RGB value is (216,127,213). Sum of RGB (Red+Green+Blue) = 216+127+213=556 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.85% from 556); Green value is 127 (50% from 255 or 22.84% from 556); Blue value is 213 (83.59% from 255 or 38.31% from 556); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FD5 is #27802A. Grayscale: #A3A3A3. Windows color (decimal): -2588715 or 13991896. OLE color: 13991896.

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

Color convert

RGB216127213-
CMYK00.410.010.15
HSL302.02º53.29%67.25%-
HSV(B)302.02º41.2%84.71%-
XYZ47.9234.5867.1-
YUV163.42155.99165.51-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.85%
GREEN value IS 127 (50% from 255) = 22.84%
BLUE value IS 213 (83.59% from 255) = 38.31%
R=38.85%
G=22.84%
B=38.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612721300.410.010.15302.0253.2967.25
HexD87FD50291F12e3543
Octal33017732505111745665103
Binary110110001111111110101010101001111111001011101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87FD5; }

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

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

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

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

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

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

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

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