#D886D0

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

Shades of Orchid #D886D0

Tints of Orchid #D886D0

Color information

#D886D0 (or 0xD886D0) is unknown color: approx Orchid. HEX triplet: D8, 86 and D0. RGB value is (216,134,208). Sum of RGB (Red+Green+Blue) = 216+134+208=558 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.71% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 208 (81.64% from 255 or 37.28% from 558); Max value from RGB is 216 - color contains mainly: red. Hex color #D886D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886D0 is #27792F. Grayscale: #A6A6A6. Windows color (decimal): -2586928 or 13666008. OLE color: 13666008.

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

Color convert

RGB216134208-
CMYK00.380.040.15
HSL305.85º51.25%68.63%-
HSV(B)305.85º37.96%84.71%-
XYZ48.2336.264.12-
YUV166.95151.17162.98-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.71%
GREEN value IS 134 (52.73% from 255) = 24.01%
BLUE value IS 208 (81.64% from 255) = 37.28%
R=38.71%
G=24.01%
B=37.28%

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
Decimal21613420800.380.040.15305.8551.2568.63
HexD886D00264F1323345
Octal33020632004641746263105
Binary110110001000011011010000010011010011111001100101100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D886D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D886D0; }

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

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

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

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

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

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

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

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