#D87FC5

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

Shades of Orchid #D87FC5

Tints of Orchid #D87FC5

Color information

#D87FC5 (or 0xD87FC5) is unknown color: approx Orchid. HEX triplet: D8, 7F and C5. RGB value is (216,127,197). Sum of RGB (Red+Green+Blue) = 216+127+197=540 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40% from 540); Green value is 127 (50% from 255 or 23.52% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 216 - color contains mainly: red. Hex color #D87FC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87FC5 is #27803A. Grayscale: #A1A1A1. Windows color (decimal): -2588731 or 12943320. OLE color: 12943320.

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

Color convert

RGB216127197-
CMYK00.410.090.15
HSL312.81º53.29%67.25%-
HSV(B)312.81º41.2%84.71%-
XYZ45.9933.8156.93-
YUV161.59147.99166.81-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40%
GREEN value IS 127 (50% from 255) = 23.52%
BLUE value IS 197 (77.34% from 255) = 36.48%
R=40%
G=23.52%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612719700.410.090.15312.8153.2967.25
HexD87FC50299F1393543
Octal330177305051111747165103
Binary110110001111111110001010101001100111111001110011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87FC5; }

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

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

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

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

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

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

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

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