Shades of Orchid #D273D0
Tints of Orchid #D273D0
RGB
CMYK
RGB Variations
Color information
#D273D0 (or 0xD273D0) is known color: Orchid. HEX triplet: D2, 73 and D0. RGB value is (210,115,208). Sum of RGB (Red+Green+Blue) = 210+115+208=533 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.40% from 533); Green value is 115 (45.31% from 255 or 21.58% from 533); Blue value is 208 (81.64% from 255 or 39.02% from 533); Max value from RGB is 210 - color contains mainly: red. Hex color #D273D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273D0 is #2D8C2F. Grayscale: #999999. Windows color (decimal): -2985008 or 13661138. OLE color: 13661138.
HSL color Cylindrical-coordinate representation of color #D273D0: hue angle of 301.26º 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 #D273D0 is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 208 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.18 |
| HSL | 301.26º | 0.51% | 0.64% | - |
| HSV(B) | 301.26º | 0.45% | 0.82% | - |
| XYZ | 44.09 | 30.52 | 63.24 | - |
| YUV | 154.01 | 158.47 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 208 | 0 | 0.45 | 0.01 | 0.18 | 301.26 | 0.51 | 0.64 |
| Hex | D2 | 73 | D0 | 0 | 2D | 1 | 12 | 12D | 33 | 40 |
| Octal | 322 | 163 | 320 | 0 | 55 | 1 | 22 | 455 | 63 | 100 |
| Binary | 11010010 | 1110011 | 11010000 | 0 | 101101 | 1 | 10010 | 100101101 | 110011 | 1000000 |
Color Harmonies of #D273D0
Complementary color
Monochromatic Colors of #D273D0
Black with #D273D0
Text Example
Text Example
White with #D273D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273D0; }
p { color: rgb(210,115,208); }
H1.HeaderClassName
{
color: #D273D0;
}
.AnyTagClassName
{
color: #D273D0;
}
</style>
background-color css
<style>
a { background-color: #D273D0; }
a { background-color: rgb(210,115,208); }
div.DivClassName
{
background-color: #D273D0;
}
.BgClassName
{
background-color: #D273D0;
}
</style>
border-color css
<style>
span { border-color: #D273D0; }
span { border-color: rgb(210,115,208); }
td.TdClassName
{
border-color: #D273D0;
}
.TagClassName
{
border-color: #D273D0;
}
</style>