#D073B9

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

Shades of Orchid #D073B9

Tints of Orchid #D073B9

Color information

#D073B9 (or 0xD073B9) is unknown color: approx Orchid. HEX triplet: D0, 73 and B9. RGB value is (208,115,185). Sum of RGB (Red+Green+Blue) = 208+115+185=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 115 (45.31% from 255 or 22.64% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 208 - color contains mainly: red. Hex color #D073B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073B9 is #2F8C46. Grayscale: #969696. Windows color (decimal): -3116103 or 12153808. OLE color: 12153808.

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

Color convert

RGB208115185-
CMYK00.450.110.18
HSL314.84º49.73%63.33%-
HSV(B)314.84º44.71%81.57%-
XYZ40.929.1749.37-
YUV150.79147.31168.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.94%
GREEN value IS 115 (45.31% from 255) = 22.64%
BLUE value IS 185 (72.66% from 255) = 36.42%
R=40.94%
G=22.64%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811518500.450.110.18314.8449.7363.33
HexD073B902DB1213b323f
Octal32016327105513224736277
Binary110100001110011101110010101101101110010100111011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073B9; }

 p { color: rgb(208,115,185); }

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

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

 a { background-color: rgb(208,115,185); }

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

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

 span { border-color: rgb(208,115,185); }

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