#D072B9

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

Shades of Orchid #D072B9

Tints of Orchid #D072B9

Color information

#D072B9 (or 0xD072B9) is unknown color: approx Orchid. HEX triplet: D0, 72 and B9. RGB value is (208,114,185). Sum of RGB (Red+Green+Blue) = 208+114+185=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 185 (72.66% from 255 or 36.49% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D072B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D072B9 is #2F8D46. Grayscale: #969696. Windows color (decimal): -3116359 or 12153552. OLE color: 12153552.

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

Color convert

RGB208114185-
CMYK00.450.110.18
HSL314.68º50%63.14%-
HSV(B)314.68º45.19%81.57%-
XYZ40.7928.9549.34-
YUV150.2147.64169.23-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 114 (44.92% from 255) = 22.49%
BLUE value IS 185 (72.66% from 255) = 36.49%
R=41.03%
G=22.49%
B=36.49%

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
Decimal20811418500.450.110.18314.685063.14
HexD072B902DB1213b323f
Octal32016227105513224736277
Binary110100001110010101110010101101101110010100111011110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D072B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D072B9; }

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

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

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

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

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

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

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

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