#D071BE

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

Shades of Orchid #D071BE

Tints of Orchid #D071BE

Color information

#D071BE (or 0xD071BE) is unknown color: approx Orchid. HEX triplet: D0, 71 and BE. RGB value is (208,113,190). Sum of RGB (Red+Green+Blue) = 208+113+190=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D071BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071BE is #2F8E41. Grayscale: #959595. Windows color (decimal): -3116610 or 12480976. OLE color: 12480976.

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

Color convert

RGB208113190-
CMYK00.460.090.18
HSL311.37º50.26%62.94%-
HSV(B)311.37º45.67%81.57%-
XYZ41.2128.9452.13-
YUV150.18150.47169.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.70%
GREEN value IS 113 (44.53% from 255) = 22.11%
BLUE value IS 190 (74.61% from 255) = 37.18%
R=40.70%
G=22.11%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811319000.460.090.18311.3750.2662.94
HexD071BE02E912137323f
Octal32016127605611224676277
Binary110100001110001101111100101110100110010100110111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071BE; }

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

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

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

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

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

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

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

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