#D073BE

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

Shades of Orchid #D073BE

Tints of Orchid #D073BE

Color information

#D073BE (or 0xD073BE) is unknown color: approx Orchid. HEX triplet: D0, 73 and BE. RGB value is (208,115,190). Sum of RGB (Red+Green+Blue) = 208+115+190=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 115 (45.31% from 255 or 22.42% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D073BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073BE is #2F8C41. Grayscale: #979797. Windows color (decimal): -3116098 or 12481488. OLE color: 12481488.

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

Color convert

RGB208115190-
CMYK00.450.090.18
HSL311.61º49.73%63.33%-
HSV(B)311.61º44.71%81.57%-
XYZ41.4429.3952.2-
YUV151.36149.81168.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 115 (45.31% from 255) = 22.42%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=40.55%
G=22.42%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20811519000.450.090.18311.6149.7363.33
HexD073BE02D912138323f
Octal32016327605511224706277
Binary110100001110011101111100101101100110010100111000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D073BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D073BE; }

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

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

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

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

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

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

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

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