#D071C0

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

Shades of Orchid #D071C0

Tints of Orchid #D071C0

Color information

#D071C0 (or 0xD071C0) is unknown color: approx Orchid. HEX triplet: D0, 71 and C0. RGB value is (208,113,192). Sum of RGB (Red+Green+Blue) = 208+113+192=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 113 (44.53% from 255 or 22.03% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D071C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D071C0 is #2F8E3F. Grayscale: #969696. Windows color (decimal): -3116608 or 12612048. OLE color: 12612048.

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

Color convert

RGB208113192-
CMYK00.460.080.18
HSL310.11º50.26%62.94%-
HSV(B)310.11º45.67%81.57%-
XYZ41.4329.0353.29-
YUV150.41151.47169.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 113 (44.53% from 255) = 22.03%
BLUE value IS 192 (75.39% from 255) = 37.43%
R=40.55%
G=22.03%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811319200.460.080.18310.1150.2662.94
HexD071C002E812136323f
Octal32016130005610224666277
Binary110100001110001110000000101110100010010100110110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D071C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D071C0; }

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

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

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

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

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

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

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

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