#D071B5

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

Shades of Orchid #D071B5

Tints of Orchid #D071B5

Color information

#D071B5 (or 0xD071B5) is unknown color: approx Orchid. HEX triplet: D0, 71 and B5. RGB value is (208,113,181). Sum of RGB (Red+Green+Blue) = 208+113+181=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 113 (44.53% from 255 or 22.51% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D071B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071B5 is #2F8E4A. Grayscale: #949494. Windows color (decimal): -3116619 or 11891152. OLE color: 11891152.

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

Color convert

RGB208113181-
CMYK00.460.130.18
HSL317.05º50.26%62.94%-
HSV(B)317.05º45.67%81.57%-
XYZ40.2628.5647.11-
YUV149.16145.97169.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.43%
GREEN value IS 113 (44.53% from 255) = 22.51%
BLUE value IS 181 (71.09% from 255) = 36.06%
R=41.43%
G=22.51%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811318100.460.130.18317.0550.2662.94
HexD071B502ED1213d323f
Octal32016126505615224756277
Binary110100001110001101101010101110110110010100111101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071B5; }

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

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

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

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

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

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

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

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