Shades of Orchid #D273E6
Tints of Orchid #D273E6
RGB
CMYK
RGB Variations
Color information
#D273E6 (or 0xD273E6) is known color: Orchid. HEX triplet: D2, 73 and E6. RGB value is (210,115,230). Sum of RGB (Red+Green+Blue) = 210+115+230=555 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.84% from 555); Green value is 115 (45.31% from 255 or 20.72% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #D273E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D273E6 is #2D8C19. Grayscale: #9C9C9C. Windows color (decimal): -2984986 or 15102930. OLE color: 15102930.
HSL color Cylindrical-coordinate representation of color #D273E6: hue angle of 289.57º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D273E6 is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 115 | 230 | - |
| CMYK | 0.09 | 0.5 | 0 | 0.10 |
| HSL | 289.57º | 0.7% | 0.68% | - |
| HSV(B) | 289.57º | 0.5% | 0.9% | - |
| XYZ | 46.99 | 31.68 | 78.5 | - |
| YUV | 156.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 115 | 230 | 0.09 | 0.5 | 0 | 0.10 | 289.57 | 0.7 | 0.68 |
| Hex | D2 | 73 | E6 | 9 | 32 | 0 | A | 122 | 46 | 44 |
| Octal | 322 | 163 | 346 | 11 | 62 | 0 | 12 | 442 | 106 | 104 |
| Binary | 11010010 | 1110011 | 11100110 | 1001 | 110010 | 0 | 1010 | 100100010 | 1000110 | 1000100 |
Color Harmonies of #D273E6
Complementary color
Monochromatic Colors of #D273E6
Black with #D273E6
Text Example
Text Example
White with #D273E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D273E6; }
p { color: rgb(210,115,230); }
H1.HeaderClassName
{
color: #D273E6;
}
.AnyTagClassName
{
color: #D273E6;
}
</style>
background-color css
<style>
a { background-color: #D273E6; }
a { background-color: rgb(210,115,230); }
div.DivClassName
{
background-color: #D273E6;
}
.BgClassName
{
background-color: #D273E6;
}
</style>
border-color css
<style>
span { border-color: #D273E6; }
span { border-color: rgb(210,115,230); }
td.TdClassName
{
border-color: #D273E6;
}
.TagClassName
{
border-color: #D273E6;
}
</style>