#D081BE

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

Shades of Orchid #D081BE

Tints of Orchid #D081BE

Color information

#D081BE (or 0xD081BE) is unknown color: approx Orchid. HEX triplet: D0, 81 and BE. RGB value is (208,129,190). Sum of RGB (Red+Green+Blue) = 208+129+190=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 208 - color contains mainly: red. Hex color #D081BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081BE is #2F7E41. Grayscale: #9F9F9F. Windows color (decimal): -3112514 or 12485072. OLE color: 12485072.

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

Color convert

RGB208129190-
CMYK00.380.090.18
HSL313.67º45.66%66.08%-
HSV(B)313.67º37.98%81.57%-
XYZ43.1632.8352.78-
YUV159.57145.17162.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.47%
GREEN value IS 129 (50.78% from 255) = 24.48%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=39.47%
G=24.48%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812919000.380.090.18313.6745.6666.08
HexD081BE02691213a2e42
Octal320201276046112247256102
Binary11010000100000011011111001001101001100101001110101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081BE; }

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

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

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

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

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

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

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

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