#D081D0

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

Shades of Orchid #D081D0

Tints of Orchid #D081D0

Color information

#D081D0 (or 0xD081D0) is unknown color: approx Orchid. HEX triplet: D0, 81 and D0. RGB value is (208,129,208). Sum of RGB (Red+Green+Blue) = 208+129+208=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 208 (81.64% from 255 or 38.17% from 545); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D081D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081D0 is #2F7E2F. Grayscale: #A1A1A1. Windows color (decimal): -3112496 or 13664720. OLE color: 13664720.

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

Color convert

RGB208129208-
CMYK00.3800.18
HSL300º45.66%66.08%-
HSV(B)300º37.98%81.57%-
XYZ45.2533.6663.79-
YUV161.63154.17161.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 208 (81.64% from 255) = 38.17%
R=38.17%
G=23.67%
B=38.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812920800.3800.1830045.6666.08
HexD081D002601212c2e42
Octal32020132004602245456102
Binary11010000100000011101000001001100100101001011001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081D0; }

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

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

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

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

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

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

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

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