#D071BA

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

Shades of Orchid #D071BA

Tints of Orchid #D071BA

Color information

#D071BA (or 0xD071BA) is unknown color: approx Orchid. HEX triplet: D0, 71 and BA. RGB value is (208,113,186). Sum of RGB (Red+Green+Blue) = 208+113+186=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 113 (44.53% from 255 or 22.29% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D071BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071BA is #2F8E45. Grayscale: #959595. Windows color (decimal): -3116614 or 12218832. OLE color: 12218832.

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

Color convert

RGB208113186-
CMYK00.460.110.18
HSL313.89º50.26%62.94%-
HSV(B)313.89º45.67%81.57%-
XYZ40.7828.7749.86-
YUV149.73148.47169.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 113 (44.53% from 255) = 22.29%
BLUE value IS 186 (73.05% from 255) = 36.69%
R=41.03%
G=22.29%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811318600.460.110.18313.8950.2662.94
HexD071BA02EB1213a323f
Octal32016127205613224726277
Binary110100001110001101110100101110101110010100111010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071BA; }

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

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

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

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

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

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

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

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