#D87FD3

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

Shades of Orchid #D87FD3

Tints of Orchid #D87FD3

Color information

#D87FD3 (or 0xD87FD3) is unknown color: approx Orchid. HEX triplet: D8, 7F and D3. RGB value is (216,127,211). Sum of RGB (Red+Green+Blue) = 216+127+211=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 211 (82.81% from 255 or 38.09% from 554); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FD3 is #27802C. Grayscale: #A2A2A2. Windows color (decimal): -2588717 or 13860824. OLE color: 13860824.

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

Color convert

RGB216127211-
CMYK00.410.020.15
HSL303.37º53.29%67.25%-
HSV(B)303.37º41.2%84.71%-
XYZ47.6734.4865.77-
YUV163.19154.99165.67-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 127 (50% from 255) = 22.92%
BLUE value IS 211 (82.81% from 255) = 38.09%
R=38.99%
G=22.92%
B=38.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612721100.410.020.15303.3753.2967.25
HexD87FD30292F12f3543
Octal33017732305121745765103
Binary1101100011111111101001101010011011111001011111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87FD3; }

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

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

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

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

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

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

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

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