Shades of Medium Orchid #D24FF2
Tints of Medium Orchid #D24FF2
RGB
CMYK
RGB Variations
Color information
#D24FF2 (or 0xD24FF2) is known color: Medium Orchid. HEX triplet: D2, 4F and F2. RGB value is (210,79,242). Sum of RGB (Red+Green+Blue) = 210+79+242=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 79 (31.25% from 255 or 14.88% from 531); Blue value is 242 (94.92% from 255 or 45.57% from 531); Max value from RGB is 242 - color contains mainly: blue. Hex color #D24FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D24FF2 is #2DB00D. Grayscale: #888888. Windows color (decimal): -2994190 or 15880146. OLE color: 15880146.
HSL color Cylindrical-coordinate representation of color #D24FF2: hue angle of 288.22º degrees, saturation: 0.86, 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 #D24FF2 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 79 | 242 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.05 |
| HSL | 288.22º | 0.86% | 0.63% | - |
| HSV(B) | 288.22º | 0.67% | 0.95% | - |
| XYZ | 45.4 | 25.7 | 86.57 | - |
| YUV | 136.75 | 187.4 | 180.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 79 | 242 | 0.13 | 0.67 | 0 | 0.05 | 288.22 | 0.86 | 0.63 |
| Hex | D2 | 4F | F2 | D | 43 | 0 | 5 | 120 | 56 | 3F |
| Octal | 322 | 117 | 362 | 15 | 103 | 0 | 5 | 440 | 126 | 77 |
| Binary | 11010010 | 1001111 | 11110010 | 1101 | 1000011 | 0 | 101 | 100100000 | 1010110 | 111111 |
Color Harmonies of #D24FF2
Complementary color
Monochromatic Colors of #D24FF2
Black with #D24FF2
Text Example
Text Example
White with #D24FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24FF2; }
p { color: rgb(210,79,242); }
H1.HeaderClassName
{
color: #D24FF2;
}
.AnyTagClassName
{
color: #D24FF2;
}
</style>
background-color css
<style>
a { background-color: #D24FF2; }
a { background-color: rgb(210,79,242); }
div.DivClassName
{
background-color: #D24FF2;
}
.BgClassName
{
background-color: #D24FF2;
}
</style>
border-color css
<style>
span { border-color: #D24FF2; }
span { border-color: rgb(210,79,242); }
td.TdClassName
{
border-color: #D24FF2;
}
.TagClassName
{
border-color: #D24FF2;
}
</style>