#D87BE5

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

Shades of Orchid #D87BE5

Tints of Orchid #D87BE5

Color information

#D87BE5 (or 0xD87BE5) is unknown color: approx Orchid. HEX triplet: D8, 7B and E5. RGB value is (216,123,229). Sum of RGB (Red+Green+Blue) = 216+123+229=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 123 (48.44% from 255 or 21.65% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #D87BE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BE5 is #27841A. Grayscale: #A2A2A2. Windows color (decimal): -2589723 or 15039448. OLE color: 15039448.

HSL color Cylindrical-coordinate representation of color #D87BE5: hue angle of 292.64º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D87BE5 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB216123229-
CMYK0.060.4600.10
HSL292.64º67.09%69.02%-
HSV(B)292.64º46.29%89.8%-
XYZ49.5434.4278.16-
YUV162.89165.31165.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 123 (48.44% from 255) = 21.65%
BLUE value IS 229 (89.84% from 255) = 40.32%
R=38.03%
G=21.65%
B=40.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2161232290.060.4600.10292.6467.0969.02
HexD87BE562E0A1254345
Octal330173345656012445103105
Binary110110001111011111001011101011100101010010010110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87BE5; }

 p { color: rgb(216,123,229); }

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

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

 a { background-color: rgb(216,123,229); }

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

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

 span { border-color: rgb(216,123,229); }

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