#D87BE4

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

Shades of Orchid #D87BE4

Tints of Orchid #D87BE4

Color information

#D87BE4 (or 0xD87BE4) is unknown color: approx Orchid. HEX triplet: D8, 7B and E4. RGB value is (216,123,228). Sum of RGB (Red+Green+Blue) = 216+123+228=567 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.10% from 567); Green value is 123 (48.44% from 255 or 21.69% from 567); Blue value is 228 (89.45% from 255 or 40.21% from 567); Max value from RGB is 228 - color contains mainly: blue. Hex color #D87BE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87BE4 is #27841B. Grayscale: #A2A2A2. Windows color (decimal): -2589724 or 14973912. OLE color: 14973912.

HSL color Cylindrical-coordinate representation of color #D87BE4: hue angle of 293.14º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D87BE4 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB216123228-
CMYK0.050.4600.11
HSL293.14º66.04%68.82%-
HSV(B)293.14º46.05%89.41%-
XYZ49.4134.3777.43-
YUV162.78164.81165.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.10%
GREEN value IS 123 (48.44% from 255) = 21.69%
BLUE value IS 228 (89.45% from 255) = 40.21%
R=38.10%
G=21.69%
B=40.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2161232280.050.4600.11293.1466.0468.82
HexD87BE452E0B1254245
Octal330173344556013445102105
Binary110110001111011111001001011011100101110010010110000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87BE4; }

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

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

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

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

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

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

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

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