Shades of Medium Orchid #D24FEF
Tints of Medium Orchid #D24FEF
RGB
CMYK
RGB Variations
Color information
#D24FEF (or 0xD24FEF) is known color: Medium Orchid. HEX triplet: D2, 4F and EF. RGB value is (210,79,239). Sum of RGB (Red+Green+Blue) = 210+79+239=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 79 (31.25% from 255 or 14.96% from 528); Blue value is 239 (93.75% from 255 or 45.27% from 528); Max value from RGB is 239 - color contains mainly: blue. Hex color #D24FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24FEF is #2DB010. Grayscale: #878787. Windows color (decimal): -2994193 or 15683538. OLE color: 15683538.
HSL color Cylindrical-coordinate representation of color #D24FEF: hue angle of 289.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24FEF is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 79 | 239 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.06 |
| HSL | 289.13º | 0.83% | 0.62% | - |
| HSV(B) | 289.13º | 0.67% | 0.94% | - |
| XYZ | 44.95 | 25.53 | 84.22 | - |
| YUV | 136.41 | 185.9 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 239 | 0.12 | 0.67 | 0 | 0.06 | 289.13 | 0.83 | 0.62 |
| Hex | D2 | 4F | EF | C | 43 | 0 | 6 | 121 | 53 | 3E |
| Octal | 322 | 117 | 357 | 14 | 103 | 0 | 6 | 441 | 123 | 76 |
| Binary | 11010010 | 1001111 | 11101111 | 1100 | 1000011 | 0 | 110 | 100100001 | 1010011 | 111110 |
Color Harmonies of #D24FEF
Complementary color
Monochromatic Colors of #D24FEF
Black with #D24FEF
Text Example
Text Example
White with #D24FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FEF; }
p { color: rgb(210,79,239); }
H1.HeaderClassName
{
color: #D24FEF;
}
.AnyTagClassName
{
color: #D24FEF;
}
</style>
background-color css
<style>
a { background-color: #D24FEF; }
a { background-color: rgb(210,79,239); }
div.DivClassName
{
background-color: #D24FEF;
}
.BgClassName
{
background-color: #D24FEF;
}
</style>
border-color css
<style>
span { border-color: #D24FEF; }
span { border-color: rgb(210,79,239); }
td.TdClassName
{
border-color: #D24FEF;
}
.TagClassName
{
border-color: #D24FEF;
}
</style>