Shades of Medium Orchid #D24BF4
Tints of Medium Orchid #D24BF4
RGB
CMYK
RGB Variations
Color information
#D24BF4 (or 0xD24BF4) is known color: Medium Orchid. HEX triplet: D2, 4B and F4. RGB value is (210,75,244). Sum of RGB (Red+Green+Blue) = 210+75+244=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 75 (29.69% from 255 or 14.18% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #D24BF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D24BF4 is #2DB40B. Grayscale: #868686. Windows color (decimal): -2995212 or 16010194. OLE color: 16010194.
HSL color Cylindrical-coordinate representation of color #D24BF4: hue angle of 287.93º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D24BF4 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 75 | 244 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.04 |
| HSL | 287.93º | 0.88% | 0.63% | - |
| HSV(B) | 287.93º | 0.69% | 0.96% | - |
| XYZ | 45.42 | 25.27 | 88.07 | - |
| YUV | 134.63 | 189.73 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 75 | 244 | 0.14 | 0.69 | 0 | 0.04 | 287.93 | 0.88 | 0.63 |
| Hex | D2 | 4B | F4 | E | 45 | 0 | 4 | 120 | 58 | 3F |
| Octal | 322 | 113 | 364 | 16 | 105 | 0 | 4 | 440 | 130 | 77 |
| Binary | 11010010 | 1001011 | 11110100 | 1110 | 1000101 | 0 | 100 | 100100000 | 1011000 | 111111 |
Color Harmonies of #D24BF4
Complementary color
Monochromatic Colors of #D24BF4
Black with #D24BF4
Text Example
Text Example
White with #D24BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24BF4; }
p { color: rgb(210,75,244); }
H1.HeaderClassName
{
color: #D24BF4;
}
.AnyTagClassName
{
color: #D24BF4;
}
</style>
background-color css
<style>
a { background-color: #D24BF4; }
a { background-color: rgb(210,75,244); }
div.DivClassName
{
background-color: #D24BF4;
}
.BgClassName
{
background-color: #D24BF4;
}
</style>
border-color css
<style>
span { border-color: #D24BF4; }
span { border-color: rgb(210,75,244); }
td.TdClassName
{
border-color: #D24BF4;
}
.TagClassName
{
border-color: #D24BF4;
}
</style>