Shades of Orchid #D273BF
Tints of Orchid #D273BF
RGB
CMYK
RGB Variations
Color information
#D273BF (or 0xD273BF) is known color: Orchid. HEX triplet: D2, 73 and BF. RGB value is (210,115,191). Sum of RGB (Red+Green+Blue) = 210+115+191=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 115 (45.31% from 255 or 22.29% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D273BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273BF is #2D8C40. Grayscale: #979797. Windows color (decimal): -2985025 or 12547026. OLE color: 12547026.
HSL color Cylindrical-coordinate representation of color #D273BF: hue angle of 312º 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 #D273BF is Cyan = 0, Magento = 0.45, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 191 | - |
| CMYK | 0 | 0.45 | 0.09 | 0.18 |
| HSL | 312º | 0.51% | 0.64% | - |
| HSV(B) | 312º | 0.45% | 0.82% | - |
| XYZ | 42.11 | 29.72 | 52.81 | - |
| YUV | 152.07 | 149.97 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 191 | 0 | 0.45 | 0.09 | 0.18 | 312 | 0.51 | 0.64 |
| Hex | D2 | 73 | BF | 0 | 2D | 9 | 12 | 138 | 33 | 40 |
| Octal | 322 | 163 | 277 | 0 | 55 | 11 | 22 | 470 | 63 | 100 |
| Binary | 11010010 | 1110011 | 10111111 | 0 | 101101 | 1001 | 10010 | 100111000 | 110011 | 1000000 |
Color Harmonies of #D273BF
Complementary color
Monochromatic Colors of #D273BF
Black with #D273BF
Text Example
Text Example
White with #D273BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273BF; }
p { color: rgb(210,115,191); }
H1.HeaderClassName
{
color: #D273BF;
}
.AnyTagClassName
{
color: #D273BF;
}
</style>
background-color css
<style>
a { background-color: #D273BF; }
a { background-color: rgb(210,115,191); }
div.DivClassName
{
background-color: #D273BF;
}
.BgClassName
{
background-color: #D273BF;
}
</style>
border-color css
<style>
span { border-color: #D273BF; }
span { border-color: rgb(210,115,191); }
td.TdClassName
{
border-color: #D273BF;
}
.TagClassName
{
border-color: #D273BF;
}
</style>