#D887D0

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

Shades of Orchid #D887D0

Tints of Orchid #D887D0

Color information

#D887D0 (or 0xD887D0) is unknown color: approx Orchid. HEX triplet: D8, 87 and D0. RGB value is (216,135,208). Sum of RGB (Red+Green+Blue) = 216+135+208=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 135 (53.12% from 255 or 24.15% from 559); Blue value is 208 (81.64% from 255 or 37.21% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D887D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D887D0 is #27782F. Grayscale: #A7A7A7. Windows color (decimal): -2586672 or 13666264. OLE color: 13666264.

HSL color Cylindrical-coordinate representation of color #D887D0: hue angle of 305.93º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D887D0 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB216135208-
CMYK00.380.040.15
HSL305.93º50.94%68.82%-
HSV(B)305.93º37.5%84.71%-
XYZ48.3736.4864.17-
YUV167.54150.84162.56-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 135 (53.12% from 255) = 24.15%
BLUE value IS 208 (81.64% from 255) = 37.21%
R=38.64%
G=24.15%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613520800.380.040.15305.9350.9468.82
HexD887D00264F1323345
Octal33020732004641746263105
Binary110110001000011111010000010011010011111001100101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D887D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D887D0; }

 p { color: rgb(216,135,208); }

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

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

 a { background-color: rgb(216,135,208); }

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

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

 span { border-color: rgb(216,135,208); }

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