#D086D0

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

Shades of Orchid #D086D0

Tints of Orchid #D086D0

Color information

#D086D0 (or 0xD086D0) is unknown color: approx Orchid. HEX triplet: D0, 86 and D0. RGB value is (208,134,208). Sum of RGB (Red+Green+Blue) = 208+134+208=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D086D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D086D0 is #2F792F. Grayscale: #A4A4A4. Windows color (decimal): -3111216 or 13666000. OLE color: 13666000.

HSL color Cylindrical-coordinate representation of color #D086D0: hue angle of 300º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D086D0 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB208134208-
CMYK00.3600.18
HSL300º44.05%67.06%-
HSV(B)300º35.58%81.57%-
XYZ45.9235.0164.01-
YUV164.56152.52158.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.82%
GREEN value IS 134 (52.73% from 255) = 24.36%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=37.82%
G=24.36%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813420800.3600.1830044.0567.06
HexD086D002401212c2c43
Octal32020632004402245454103
Binary11010000100001101101000001001000100101001011001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D086D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D086D0; }

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

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

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

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

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

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

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

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