Shades of Medium Orchid #D24FF1
Tints of Medium Orchid #D24FF1
RGB
CMYK
RGB Variations
Color information
#D24FF1 (or 0xD24FF1) is known color: Medium Orchid. HEX triplet: D2, 4F and F1. RGB value is (210,79,241). Sum of RGB (Red+Green+Blue) = 210+79+241=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 79 (31.25% from 255 or 14.91% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #D24FF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24FF1 is #2DB00E. Grayscale: #888888. Windows color (decimal): -2994191 or 15814610. OLE color: 15814610.
HSL color Cylindrical-coordinate representation of color #D24FF1: hue angle of 288.52º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24FF1 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 79 | 241 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.05 |
| HSL | 288.52º | 0.85% | 0.63% | - |
| HSV(B) | 288.52º | 0.67% | 0.95% | - |
| XYZ | 45.25 | 25.64 | 85.78 | - |
| YUV | 136.64 | 186.9 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 241 | 0.13 | 0.67 | 0 | 0.05 | 288.52 | 0.85 | 0.63 |
| Hex | D2 | 4F | F1 | D | 43 | 0 | 5 | 121 | 55 | 3F |
| Octal | 322 | 117 | 361 | 15 | 103 | 0 | 5 | 441 | 125 | 77 |
| Binary | 11010010 | 1001111 | 11110001 | 1101 | 1000011 | 0 | 101 | 100100001 | 1010101 | 111111 |
Color Harmonies of #D24FF1
Complementary color
Monochromatic Colors of #D24FF1
Black with #D24FF1
Text Example
Text Example
White with #D24FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FF1; }
p { color: rgb(210,79,241); }
H1.HeaderClassName
{
color: #D24FF1;
}
.AnyTagClassName
{
color: #D24FF1;
}
</style>
background-color css
<style>
a { background-color: #D24FF1; }
a { background-color: rgb(210,79,241); }
div.DivClassName
{
background-color: #D24FF1;
}
.BgClassName
{
background-color: #D24FF1;
}
</style>
border-color css
<style>
span { border-color: #D24FF1; }
span { border-color: rgb(210,79,241); }
td.TdClassName
{
border-color: #D24FF1;
}
.TagClassName
{
border-color: #D24FF1;
}
</style>