Shades of Medium Orchid #D245E7
Tints of Medium Orchid #D245E7
RGB
CMYK
RGB Variations
Color information
#D245E7 (or 0xD245E7) is known color: Medium Orchid. HEX triplet: D2, 45 and E7. RGB value is (210,69,231). Sum of RGB (Red+Green+Blue) = 210+69+231=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 69 (27.34% from 255 or 13.53% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #D245E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D245E7 is #2DBA18. Grayscale: #818181. Windows color (decimal): -2996761 or 15156690. OLE color: 15156690.
HSL color Cylindrical-coordinate representation of color #D245E7: hue angle of 292.22º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D245E7 is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 69 | 231 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.09 |
| HSL | 292.22º | 0.77% | 0.59% | - |
| HSV(B) | 292.22º | 0.7% | 0.91% | - |
| XYZ | 43.13 | 23.73 | 77.91 | - |
| YUV | 129.63 | 185.21 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 231 | 0.09 | 0.70 | 0 | 0.09 | 292.22 | 0.77 | 0.59 |
| Hex | D2 | 45 | E7 | 9 | 46 | 0 | 9 | 124 | 4D | 3B |
| Octal | 322 | 105 | 347 | 11 | 106 | 0 | 11 | 444 | 115 | 73 |
| Binary | 11010010 | 1000101 | 11100111 | 1001 | 1000110 | 0 | 1001 | 100100100 | 1001101 | 111011 |
Color Harmonies of #D245E7
Complementary color
Monochromatic Colors of #D245E7
Black with #D245E7
Text Example
Text Example
White with #D245E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245E7; }
p { color: rgb(210,69,231); }
H1.HeaderClassName
{
color: #D245E7;
}
.AnyTagClassName
{
color: #D245E7;
}
</style>
background-color css
<style>
a { background-color: #D245E7; }
a { background-color: rgb(210,69,231); }
div.DivClassName
{
background-color: #D245E7;
}
.BgClassName
{
background-color: #D245E7;
}
</style>
border-color css
<style>
span { border-color: #D245E7; }
span { border-color: rgb(210,69,231); }
td.TdClassName
{
border-color: #D245E7;
}
.TagClassName
{
border-color: #D245E7;
}
</style>