Shades of Medium Orchid #D24FEE
Tints of Medium Orchid #D24FEE
RGB
CMYK
RGB Variations
Color information
#D24FEE (or 0xD24FEE) is known color: Medium Orchid. HEX triplet: D2, 4F and EE. RGB value is (210,79,238). Sum of RGB (Red+Green+Blue) = 210+79+238=527 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.85% from 527); Green value is 79 (31.25% from 255 or 14.99% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #D24FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24FEE is #2DB011. Grayscale: #878787. Windows color (decimal): -2994194 or 15618002. OLE color: 15618002.
HSL color Cylindrical-coordinate representation of color #D24FEE: hue angle of 289.43º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24FEE is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 79 | 238 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.07 |
| HSL | 289.43º | 0.82% | 0.62% | - |
| HSV(B) | 289.43º | 0.67% | 0.93% | - |
| XYZ | 44.81 | 25.47 | 83.44 | - |
| YUV | 136.3 | 185.4 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 238 | 0.12 | 0.67 | 0 | 0.07 | 289.43 | 0.82 | 0.62 |
| Hex | D2 | 4F | EE | C | 43 | 0 | 7 | 121 | 52 | 3E |
| Octal | 322 | 117 | 356 | 14 | 103 | 0 | 7 | 441 | 122 | 76 |
| Binary | 11010010 | 1001111 | 11101110 | 1100 | 1000011 | 0 | 111 | 100100001 | 1010010 | 111110 |
Color Harmonies of #D24FEE
Complementary color
Monochromatic Colors of #D24FEE
Black with #D24FEE
Text Example
Text Example
White with #D24FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FEE; }
p { color: rgb(210,79,238); }
H1.HeaderClassName
{
color: #D24FEE;
}
.AnyTagClassName
{
color: #D24FEE;
}
</style>
background-color css
<style>
a { background-color: #D24FEE; }
a { background-color: rgb(210,79,238); }
div.DivClassName
{
background-color: #D24FEE;
}
.BgClassName
{
background-color: #D24FEE;
}
</style>
border-color css
<style>
span { border-color: #D24FEE; }
span { border-color: rgb(210,79,238); }
td.TdClassName
{
border-color: #D24FEE;
}
.TagClassName
{
border-color: #D24FEE;
}
</style>