Shades of Orchid #D273B9
Tints of Orchid #D273B9
RGB
CMYK
RGB Variations
Color information
#D273B9 (or 0xD273B9) is known color: Orchid. HEX triplet: D2, 73 and B9. RGB value is (210,115,185). Sum of RGB (Red+Green+Blue) = 210+115+185=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 115 (45.31% from 255 or 22.55% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D273B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273B9 is #2D8C46. Grayscale: #979797. Windows color (decimal): -2985031 or 12153810. OLE color: 12153810.
HSL color Cylindrical-coordinate representation of color #D273B9: hue angle of 315.79º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D273B9 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 185 | - |
| CMYK | 0 | 0.45 | 0.12 | 0.18 |
| HSL | 315.79º | 0.51% | 0.64% | - |
| HSV(B) | 315.79º | 0.45% | 0.82% | - |
| XYZ | 41.47 | 29.47 | 49.4 | - |
| YUV | 151.39 | 146.97 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 185 | 0 | 0.45 | 0.12 | 0.18 | 315.79 | 0.51 | 0.64 |
| Hex | D2 | 73 | B9 | 0 | 2D | C | 12 | 13C | 33 | 40 |
| Octal | 322 | 163 | 271 | 0 | 55 | 14 | 22 | 474 | 63 | 100 |
| Binary | 11010010 | 1110011 | 10111001 | 0 | 101101 | 1100 | 10010 | 100111100 | 110011 | 1000000 |
Color Harmonies of #D273B9
Complementary color
Monochromatic Colors of #D273B9
Black with #D273B9
Text Example
Text Example
White with #D273B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273B9; }
p { color: rgb(210,115,185); }
H1.HeaderClassName
{
color: #D273B9;
}
.AnyTagClassName
{
color: #D273B9;
}
</style>
background-color css
<style>
a { background-color: #D273B9; }
a { background-color: rgb(210,115,185); }
div.DivClassName
{
background-color: #D273B9;
}
.BgClassName
{
background-color: #D273B9;
}
</style>
border-color css
<style>
span { border-color: #D273B9; }
span { border-color: rgb(210,115,185); }
td.TdClassName
{
border-color: #D273B9;
}
.TagClassName
{
border-color: #D273B9;
}
</style>