#D886DD

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

Shades of Orchid #D886DD

Tints of Orchid #D886DD

Color information

#D886DD (or 0xD886DD) is unknown color: approx Orchid. HEX triplet: D8, 86 and DD. RGB value is (216,134,221). Sum of RGB (Red+Green+Blue) = 216+134+221=571 (75% of max value = 765). Red value is 216 (84.77% from 255 or 37.83% from 571); Green value is 134 (52.73% from 255 or 23.47% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #D886DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D886DD is #277922. Grayscale: #A8A8A8. Windows color (decimal): -2586915 or 14517976. OLE color: 14517976.

HSL color Cylindrical-coordinate representation of color #D886DD: hue angle of 296.55º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D886DD is Cyan = 0.02, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB216134221-
CMYK0.020.3900.13
HSL296.55º56.13%69.61%-
HSV(B)296.55º39.37%86.67%-
XYZ49.936.8772.89-
YUV168.44157.67161.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.83%
GREEN value IS 134 (52.73% from 255) = 23.47%
BLUE value IS 221 (86.72% from 255) = 38.70%
R=37.83%
G=23.47%
B=38.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2161342210.020.3900.13296.5556.1369.61
HexD886DD2270D1293846
Octal33020633524701545170106
Binary11011000100001101101110110100111011011001010011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D886DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D886DD; }

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

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

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

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

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

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

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

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