Shades of Orchid #D273D5
Tints of Orchid #D273D5
RGB
CMYK
RGB Variations
Color information
#D273D5 (or 0xD273D5) is known color: Orchid. HEX triplet: D2, 73 and D5. RGB value is (210,115,213). Sum of RGB (Red+Green+Blue) = 210+115+213=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #D273D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273D5 is #2D8C2A. Grayscale: #9A9A9A. Windows color (decimal): -2985003 or 13988818. OLE color: 13988818.
HSL color Cylindrical-coordinate representation of color #D273D5: hue angle of 298.16º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D273D5 is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 210 | 115 | 213 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.16 |
| HSL | 298.16º | 0.54% | 0.64% | - |
| HSV(B) | 298.16º | 0.46% | 0.84% | - |
| XYZ | 44.72 | 30.77 | 66.53 | - |
| YUV | 154.58 | 160.97 | 167.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 213 | 0.01 | 0.46 | 0 | 0.16 | 298.16 | 0.54 | 0.64 |
| Hex | D2 | 73 | D5 | 1 | 2E | 0 | 10 | 12A | 36 | 40 |
| Octal | 322 | 163 | 325 | 1 | 56 | 0 | 20 | 452 | 66 | 100 |
| Binary | 11010010 | 1110011 | 11010101 | 1 | 101110 | 0 | 10000 | 100101010 | 110110 | 1000000 |
Color Harmonies of #D273D5
Complementary color
Monochromatic Colors of #D273D5
Black with #D273D5
Text Example
Text Example
White with #D273D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273D5; }
p { color: rgb(210,115,213); }
H1.HeaderClassName
{
color: #D273D5;
}
.AnyTagClassName
{
color: #D273D5;
}
</style>
background-color css
<style>
a { background-color: #D273D5; }
a { background-color: rgb(210,115,213); }
div.DivClassName
{
background-color: #D273D5;
}
.BgClassName
{
background-color: #D273D5;
}
</style>
border-color css
<style>
span { border-color: #D273D5; }
span { border-color: rgb(210,115,213); }
td.TdClassName
{
border-color: #D273D5;
}
.TagClassName
{
border-color: #D273D5;
}
</style>