Shades of Orchid #D073BB
Tints of Orchid #D073BB
RGB
CMYK
RGB Variations
Color information
#D073BB (or 0xD073BB) is known color: Orchid. HEX triplet: D0, 73 and BB. RGB value is (208,115,187). Sum of RGB (Red+Green+Blue) = 208+115+187=510 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.78% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 208 - color contains mainly: red. Hex color #D073BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D073BB is #2F8C44. Grayscale: #969696. Windows color (decimal): -3116101 or 12284880. OLE color: 12284880.
HSL color Cylindrical-coordinate representation of color #D073BB: hue angle of 313.55º 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 #D073BB is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 115 | 187 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.18 |
| HSL | 313.55º | 0.5% | 0.63% | - |
| HSV(B) | 313.55º | 0.45% | 0.82% | - |
| XYZ | 41.11 | 29.26 | 50.49 | - |
| YUV | 151.02 | 148.31 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 115 | 187 | 0 | 0.45 | 0.10 | 0.18 | 313.55 | 0.5 | 0.63 |
| Hex | D0 | 73 | BB | 0 | 2D | A | 12 | 13A | 32 | 3F |
| Octal | 320 | 163 | 273 | 0 | 55 | 12 | 22 | 472 | 62 | 77 |
| Binary | 11010000 | 1110011 | 10111011 | 0 | 101101 | 1010 | 10010 | 100111010 | 110010 | 111111 |
Color Harmonies of #D073BB
Complementary color
Monochromatic Colors of #D073BB
Black with #D073BB
Text Example
Text Example
White with #D073BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D073BB; }
p { color: rgb(208,115,187); }
H1.HeaderClassName
{
color: #D073BB;
}
.AnyTagClassName
{
color: #D073BB;
}
</style>
background-color css
<style>
a { background-color: #D073BB; }
a { background-color: rgb(208,115,187); }
div.DivClassName
{
background-color: #D073BB;
}
.BgClassName
{
background-color: #D073BB;
}
</style>
border-color css
<style>
span { border-color: #D073BB; }
span { border-color: rgb(208,115,187); }
td.TdClassName
{
border-color: #D073BB;
}
.TagClassName
{
border-color: #D073BB;
}
</style>