Shades of Medium Orchid #D245EB
Tints of Medium Orchid #D245EB
RGB
CMYK
RGB Variations
Color information
#D245EB (or 0xD245EB) is known color: Medium Orchid. HEX triplet: D2, 45 and EB. RGB value is (210,69,235). Sum of RGB (Red+Green+Blue) = 210+69+235=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 69 (27.34% from 255 or 13.42% from 514); Blue value is 235 (92.19% from 255 or 45.72% from 514); Max value from RGB is 235 - color contains mainly: blue. Hex color #D245EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D245EB is #2DBA14. Grayscale: #818181. Windows color (decimal): -2996757 or 15418834. OLE color: 15418834.
HSL color Cylindrical-coordinate representation of color #D245EB: hue angle of 290.96º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D245EB is Cyan = 0.11, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 69 | 235 | - |
| CMYK | 0.11 | 0.71 | 0 | 0.08 |
| HSL | 290.96º | 0.81% | 0.6% | - |
| HSV(B) | 290.96º | 0.71% | 0.92% | - |
| XYZ | 43.7 | 23.96 | 80.92 | - |
| YUV | 130.08 | 187.21 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 235 | 0.11 | 0.71 | 0 | 0.08 | 290.96 | 0.81 | 0.6 |
| Hex | D2 | 45 | EB | B | 47 | 0 | 8 | 123 | 51 | 3C |
| Octal | 322 | 105 | 353 | 13 | 107 | 0 | 10 | 443 | 121 | 74 |
| Binary | 11010010 | 1000101 | 11101011 | 1011 | 1000111 | 0 | 1000 | 100100011 | 1010001 | 111100 |
Color Harmonies of #D245EB
Complementary color
Monochromatic Colors of #D245EB
Black with #D245EB
Text Example
Text Example
White with #D245EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D245EB; }
p { color: rgb(210,69,235); }
H1.HeaderClassName
{
color: #D245EB;
}
.AnyTagClassName
{
color: #D245EB;
}
</style>
background-color css
<style>
a { background-color: #D245EB; }
a { background-color: rgb(210,69,235); }
div.DivClassName
{
background-color: #D245EB;
}
.BgClassName
{
background-color: #D245EB;
}
</style>
border-color css
<style>
span { border-color: #D245EB; }
span { border-color: rgb(210,69,235); }
td.TdClassName
{
border-color: #D245EB;
}
.TagClassName
{
border-color: #D245EB;
}
</style>