Shades of Orchid #D273BA
Tints of Orchid #D273BA
RGB
CMYK
RGB Variations
Color information
#D273BA (or 0xD273BA) is known color: Orchid. HEX triplet: D2, 73 and BA. RGB value is (210,115,186). Sum of RGB (Red+Green+Blue) = 210+115+186=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 186 (73.05% from 255 or 36.40% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D273BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273BA is #2D8C45. Grayscale: #979797. Windows color (decimal): -2985030 or 12219346. OLE color: 12219346.
HSL color Cylindrical-coordinate representation of color #D273BA: hue angle of 315.16º 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 #D273BA is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 186 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.18 |
| HSL | 315.16º | 0.51% | 0.64% | - |
| HSV(B) | 315.16º | 0.45% | 0.82% | - |
| XYZ | 41.57 | 29.51 | 49.96 | - |
| YUV | 151.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 186 | 0 | 0.45 | 0.11 | 0.18 | 315.16 | 0.51 | 0.64 |
| Hex | D2 | 73 | BA | 0 | 2D | B | 12 | 13B | 33 | 40 |
| Octal | 322 | 163 | 272 | 0 | 55 | 13 | 22 | 473 | 63 | 100 |
| Binary | 11010010 | 1110011 | 10111010 | 0 | 101101 | 1011 | 10010 | 100111011 | 110011 | 1000000 |
Color Harmonies of #D273BA
Complementary color
Monochromatic Colors of #D273BA
Black with #D273BA
Text Example
Text Example
White with #D273BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273BA; }
p { color: rgb(210,115,186); }
H1.HeaderClassName
{
color: #D273BA;
}
.AnyTagClassName
{
color: #D273BA;
}
</style>
background-color css
<style>
a { background-color: #D273BA; }
a { background-color: rgb(210,115,186); }
div.DivClassName
{
background-color: #D273BA;
}
.BgClassName
{
background-color: #D273BA;
}
</style>
border-color css
<style>
span { border-color: #D273BA; }
span { border-color: rgb(210,115,186); }
td.TdClassName
{
border-color: #D273BA;
}
.TagClassName
{
border-color: #D273BA;
}
</style>