Shades of Medium Orchid #D249E6
Tints of Medium Orchid #D249E6
RGB
CMYK
RGB Variations
Color information
#D249E6 (or 0xD249E6) is known color: Medium Orchid. HEX triplet: D2, 49 and E6. RGB value is (210,73,230). Sum of RGB (Red+Green+Blue) = 210+73+230=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 73 (28.91% from 255 or 14.23% from 513); Blue value is 230 (90.23% from 255 or 44.83% from 513); Max value from RGB is 230 - color contains mainly: blue. Hex color #D249E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D249E6 is #2DB619. Grayscale: #838383. Windows color (decimal): -2995738 or 15092178. OLE color: 15092178.
HSL color Cylindrical-coordinate representation of color #D249E6: hue angle of 292.36º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D249E6 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 73 | 230 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.10 |
| HSL | 292.36º | 0.76% | 0.59% | - |
| HSV(B) | 292.36º | 0.68% | 0.9% | - |
| XYZ | 43.24 | 24.18 | 77.25 | - |
| YUV | 131.86 | 183.39 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 73 | 230 | 0.09 | 0.68 | 0 | 0.10 | 292.36 | 0.76 | 0.59 |
| Hex | D2 | 49 | E6 | 9 | 44 | 0 | A | 124 | 4C | 3B |
| Octal | 322 | 111 | 346 | 11 | 104 | 0 | 12 | 444 | 114 | 73 |
| Binary | 11010010 | 1001001 | 11100110 | 1001 | 1000100 | 0 | 1010 | 100100100 | 1001100 | 111011 |
Color Harmonies of #D249E6
Complementary color
Monochromatic Colors of #D249E6
Black with #D249E6
Text Example
Text Example
White with #D249E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D249E6; }
p { color: rgb(210,73,230); }
H1.HeaderClassName
{
color: #D249E6;
}
.AnyTagClassName
{
color: #D249E6;
}
</style>
background-color css
<style>
a { background-color: #D249E6; }
a { background-color: rgb(210,73,230); }
div.DivClassName
{
background-color: #D249E6;
}
.BgClassName
{
background-color: #D249E6;
}
</style>
border-color css
<style>
span { border-color: #D249E6; }
span { border-color: rgb(210,73,230); }
td.TdClassName
{
border-color: #D249E6;
}
.TagClassName
{
border-color: #D249E6;
}
</style>