#D081C6

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

Shades of Orchid #D081C6

Tints of Orchid #D081C6

Color information

#D081C6 (or 0xD081C6) is unknown color: approx Orchid. HEX triplet: D0, 81 and C6. RGB value is (208,129,198). Sum of RGB (Red+Green+Blue) = 208+129+198=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 208 - color contains mainly: red. Hex color #D081C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081C6 is #2F7E39. Grayscale: #A0A0A0. Windows color (decimal): -3112506 or 13009360. OLE color: 13009360.

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

Color convert

RGB208129198-
CMYK00.380.050.18
HSL307.59º45.66%66.08%-
HSV(B)307.59º37.98%81.57%-
XYZ44.0633.1957.51-
YUV160.49149.17161.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.88%
GREEN value IS 129 (50.78% from 255) = 24.11%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=38.88%
G=24.11%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812919800.380.050.18307.5945.6666.08
HexD081C60265121342e42
Octal32020130604652246456102
Binary1101000010000001110001100100110101100101001101001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081C6; }

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

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

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

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

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

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

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

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