Shades of Orchid #D273C6
Tints of Orchid #D273C6
RGB
CMYK
RGB Variations
Color information
#D273C6 (or 0xD273C6) is known color: Orchid. HEX triplet: D2, 73 and C6. RGB value is (210,115,198). Sum of RGB (Red+Green+Blue) = 210+115+198=523 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40.15% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 198 (77.73% from 255 or 37.86% from 523); Max value from RGB is 210 - color contains mainly: red. Hex color #D273C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D273C6 is #2D8C39. Grayscale: #989898. Windows color (decimal): -2985018 or 13005778. OLE color: 13005778.
HSL color Cylindrical-coordinate representation of color #D273C6: hue angle of 307.58º 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 #D273C6 is Cyan = 0, Magento = 0.45, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 115 | 198 | - |
| CMYK | 0 | 0.45 | 0.06 | 0.18 |
| HSL | 307.58º | 0.51% | 0.64% | - |
| HSV(B) | 307.58º | 0.45% | 0.82% | - |
| XYZ | 42.9 | 30.04 | 56.96 | - |
| YUV | 152.87 | 153.47 | 168.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 198 | 0 | 0.45 | 0.06 | 0.18 | 307.58 | 0.51 | 0.64 |
| Hex | D2 | 73 | C6 | 0 | 2D | 6 | 12 | 134 | 33 | 40 |
| Octal | 322 | 163 | 306 | 0 | 55 | 6 | 22 | 464 | 63 | 100 |
| Binary | 11010010 | 1110011 | 11000110 | 0 | 101101 | 110 | 10010 | 100110100 | 110011 | 1000000 |
Color Harmonies of #D273C6
Complementary color
Monochromatic Colors of #D273C6
Black with #D273C6
Text Example
Text Example
White with #D273C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273C6; }
p { color: rgb(210,115,198); }
H1.HeaderClassName
{
color: #D273C6;
}
.AnyTagClassName
{
color: #D273C6;
}
</style>
background-color css
<style>
a { background-color: #D273C6; }
a { background-color: rgb(210,115,198); }
div.DivClassName
{
background-color: #D273C6;
}
.BgClassName
{
background-color: #D273C6;
}
</style>
border-color css
<style>
span { border-color: #D273C6; }
span { border-color: rgb(210,115,198); }
td.TdClassName
{
border-color: #D273C6;
}
.TagClassName
{
border-color: #D273C6;
}
</style>