#D87FC7

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

Shades of Orchid #D87FC7

Tints of Orchid #D87FC7

Color information

#D87FC7 (or 0xD87FC7) is unknown color: approx Orchid. HEX triplet: D8, 7F and C7. RGB value is (216,127,199). Sum of RGB (Red+Green+Blue) = 216+127+199=542 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.85% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FC7 is #278038. Grayscale: #A1A1A1. Windows color (decimal): -2588729 or 13074392. OLE color: 13074392.

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

Color convert

RGB216127199-
CMYK00.410.080.15
HSL311.46º53.29%67.25%-
HSV(B)311.46º41.2%84.71%-
XYZ46.2233.958.14-
YUV161.82148.99166.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.85%
GREEN value IS 127 (50% from 255) = 23.43%
BLUE value IS 199 (78.12% from 255) = 36.72%
R=39.85%
G=23.43%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612719900.410.080.15311.4653.2967.25
HexD87FC70298F1373543
Octal330177307051101746765103
Binary110110001111111110001110101001100011111001101111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87FC7; }

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

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

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

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

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

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

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

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