Shades of Orchid #D273BB
Tints of Orchid #D273BB
RGB
CMYK
RGB Variations
Color information
#D273BB (or 0xD273BB) is known color: Orchid. HEX triplet: D2, 73 and BB. RGB value is (210,115,187). Sum of RGB (Red+Green+Blue) = 210+115+187=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 115 (45.31% from 255 or 22.46% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D273BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273BB is #2D8C44. Grayscale: #979797. Windows color (decimal): -2985029 or 12284882. OLE color: 12284882.
HSL color Cylindrical-coordinate representation of color #D273BB: hue angle of 314.53º 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 #D273BB is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 187 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.18 |
| HSL | 314.53º | 0.51% | 0.64% | - |
| HSV(B) | 314.53º | 0.45% | 0.82% | - |
| XYZ | 41.68 | 29.55 | 50.52 | - |
| YUV | 151.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 187 | 0 | 0.45 | 0.11 | 0.18 | 314.53 | 0.51 | 0.64 |
| Hex | D2 | 73 | BB | 0 | 2D | B | 12 | 13B | 33 | 40 |
| Octal | 322 | 163 | 273 | 0 | 55 | 13 | 22 | 473 | 63 | 100 |
| Binary | 11010010 | 1110011 | 10111011 | 0 | 101101 | 1011 | 10010 | 100111011 | 110011 | 1000000 |
Color Harmonies of #D273BB
Complementary color
Monochromatic Colors of #D273BB
Black with #D273BB
Text Example
Text Example
White with #D273BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273BB; }
p { color: rgb(210,115,187); }
H1.HeaderClassName
{
color: #D273BB;
}
.AnyTagClassName
{
color: #D273BB;
}
</style>
background-color css
<style>
a { background-color: #D273BB; }
a { background-color: rgb(210,115,187); }
div.DivClassName
{
background-color: #D273BB;
}
.BgClassName
{
background-color: #D273BB;
}
</style>
border-color css
<style>
span { border-color: #D273BB; }
span { border-color: rgb(210,115,187); }
td.TdClassName
{
border-color: #D273BB;
}
.TagClassName
{
border-color: #D273BB;
}
</style>