#D071BC

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

Shades of Orchid #D071BC

Tints of Orchid #D071BC

Color information

#D071BC (or 0xD071BC) is unknown color: approx Orchid. HEX triplet: D0, 71 and BC. RGB value is (208,113,188). Sum of RGB (Red+Green+Blue) = 208+113+188=509 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.86% from 509); Green value is 113 (44.53% from 255 or 22.20% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 208 - color contains mainly: red. Hex color #D071BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071BC is #2F8E43. Grayscale: #959595. Windows color (decimal): -3116612 or 12349904. OLE color: 12349904.

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

Color convert

RGB208113188-
CMYK00.460.100.18
HSL312.63º50.26%62.94%-
HSV(B)312.63º45.67%81.57%-
XYZ40.9928.8550.99-
YUV149.95149.47169.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.86%
GREEN value IS 113 (44.53% from 255) = 22.20%
BLUE value IS 188 (73.83% from 255) = 36.94%
R=40.86%
G=22.20%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811318800.460.100.18312.6350.2662.94
HexD071BC02EA12139323f
Octal32016127405612224716277
Binary110100001110001101111000101110101010010100111001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071BC; }

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

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

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

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

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

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

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

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