#D87DDB

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

Shades of Orchid #D87DDB

Tints of Orchid #D87DDB

Color information

#D87DDB (or 0xD87DDB) is unknown color: approx Orchid. HEX triplet: D8, 7D and DB. RGB value is (216,125,219). Sum of RGB (Red+Green+Blue) = 216+125+219=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #D87DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D87DDB is #278224. Grayscale: #A2A2A2. Windows color (decimal): -2589221 or 14384600. OLE color: 14384600.

HSL color Cylindrical-coordinate representation of color #D87DDB: hue angle of 298.09º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D87DDB is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB216125219-
CMYK0.010.4300.14
HSL298.09º56.63%67.45%-
HSV(B)298.09º42.92%85.88%-
XYZ48.4434.3871.1-
YUV162.93159.65165.86-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 125 (49.22% from 255) = 22.32%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=38.57%
G=22.32%
B=39.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2161252190.010.4300.14298.0956.6367.45
HexD87DDB12B0E12a3943
Octal33017533315301645271103
Binary110110001111101110110111101011011101001010101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87DDB; }

 p { color: rgb(216,125,219); }

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

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

 a { background-color: rgb(216,125,219); }

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

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

 span { border-color: rgb(216,125,219); }

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