Shades of Medium Orchid #D245E6
Tints of Medium Orchid #D245E6
RGB
CMYK
RGB Variations
Color information
#D245E6 (or 0xD245E6) is known color: Medium Orchid. HEX triplet: D2, 45 and E6. RGB value is (210,69,230). Sum of RGB (Red+Green+Blue) = 210+69+230=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 230 (90.23% from 255 or 45.19% from 509); Max value from RGB is 230 - color contains mainly: blue. Hex color #D245E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D245E6 is #2DBA19. Grayscale: #818181. Windows color (decimal): -2996762 or 15091154. OLE color: 15091154.
HSL color Cylindrical-coordinate representation of color #D245E6: hue angle of 292.55º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D245E6 is Cyan = 0.09, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 69 | 230 | - |
| CMYK | 0.09 | 0.7 | 0 | 0.10 |
| HSL | 292.55º | 0.76% | 0.59% | - |
| HSV(B) | 292.55º | 0.7% | 0.9% | - |
| XYZ | 42.99 | 23.67 | 77.17 | - |
| YUV | 129.51 | 184.71 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 230 | 0.09 | 0.7 | 0 | 0.10 | 292.55 | 0.76 | 0.59 |
| Hex | D2 | 45 | E6 | 9 | 46 | 0 | A | 125 | 4C | 3B |
| Octal | 322 | 105 | 346 | 11 | 106 | 0 | 12 | 445 | 114 | 73 |
| Binary | 11010010 | 1000101 | 11100110 | 1001 | 1000110 | 0 | 1010 | 100100101 | 1001100 | 111011 |
Color Harmonies of #D245E6
Complementary color
Monochromatic Colors of #D245E6
Black with #D245E6
Text Example
Text Example
White with #D245E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245E6; }
p { color: rgb(210,69,230); }
H1.HeaderClassName
{
color: #D245E6;
}
.AnyTagClassName
{
color: #D245E6;
}
</style>
background-color css
<style>
a { background-color: #D245E6; }
a { background-color: rgb(210,69,230); }
div.DivClassName
{
background-color: #D245E6;
}
.BgClassName
{
background-color: #D245E6;
}
</style>
border-color css
<style>
span { border-color: #D245E6; }
span { border-color: rgb(210,69,230); }
td.TdClassName
{
border-color: #D245E6;
}
.TagClassName
{
border-color: #D245E6;
}
</style>