Shades of Orchid #D273C5
Tints of Orchid #D273C5
RGB
CMYK
RGB Variations
Color information
#D273C5 (or 0xD273C5) is known color: Orchid. HEX triplet: D2, 73 and C5. RGB value is (210,115,197). Sum of RGB (Red+Green+Blue) = 210+115+197=522 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.23% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 210 - color contains mainly: red. Hex color #D273C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273C5 is #2D8C3A. Grayscale: #989898. Windows color (decimal): -2985019 or 12940242. OLE color: 12940242.
HSL color Cylindrical-coordinate representation of color #D273C5: hue angle of 308.21º 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 #D273C5 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 197 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.18 |
| HSL | 308.21º | 0.51% | 0.64% | - |
| HSV(B) | 308.21º | 0.45% | 0.82% | - |
| XYZ | 42.79 | 29.99 | 56.36 | - |
| YUV | 152.75 | 152.97 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 197 | 0 | 0.45 | 0.06 | 0.18 | 308.21 | 0.51 | 0.64 |
| Hex | D2 | 73 | C5 | 0 | 2D | 6 | 12 | 134 | 33 | 40 |
| Octal | 322 | 163 | 305 | 0 | 55 | 6 | 22 | 464 | 63 | 100 |
| Binary | 11010010 | 1110011 | 11000101 | 0 | 101101 | 110 | 10010 | 100110100 | 110011 | 1000000 |
Color Harmonies of #D273C5
Complementary color
Monochromatic Colors of #D273C5
Black with #D273C5
Text Example
Text Example
White with #D273C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273C5; }
p { color: rgb(210,115,197); }
H1.HeaderClassName
{
color: #D273C5;
}
.AnyTagClassName
{
color: #D273C5;
}
</style>
background-color css
<style>
a { background-color: #D273C5; }
a { background-color: rgb(210,115,197); }
div.DivClassName
{
background-color: #D273C5;
}
.BgClassName
{
background-color: #D273C5;
}
</style>
border-color css
<style>
span { border-color: #D273C5; }
span { border-color: rgb(210,115,197); }
td.TdClassName
{
border-color: #D273C5;
}
.TagClassName
{
border-color: #D273C5;
}
</style>