Shades of Medium Orchid #D243F1
Tints of Medium Orchid #D243F1
RGB
CMYK
RGB Variations
Color information
#D243F1 (or 0xD243F1) is known color: Medium Orchid. HEX triplet: D2, 43 and F1. RGB value is (210,67,241). Sum of RGB (Red+Green+Blue) = 210+67+241=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 67 (26.56% from 255 or 12.93% from 518); Blue value is 241 (94.53% from 255 or 46.53% from 518); Max value from RGB is 241 - color contains mainly: blue. Hex color #D243F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D243F1 is #2DBC0E. Grayscale: #818181. Windows color (decimal): -2997263 or 15811538. OLE color: 15811538.
HSL color Cylindrical-coordinate representation of color #D243F1: hue angle of 289.31º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D243F1 is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 210 | 67 | 241 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.05 |
| HSL | 289.31º | 0.86% | 0.6% | - |
| HSV(B) | 289.31º | 0.72% | 0.95% | - |
| XYZ | 44.46 | 24.07 | 85.52 | - |
| YUV | 129.59 | 190.88 | 185.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 67 | 241 | 0.13 | 0.72 | 0 | 0.05 | 289.31 | 0.86 | 0.6 |
| Hex | D2 | 43 | F1 | D | 48 | 0 | 5 | 121 | 56 | 3C |
| Octal | 322 | 103 | 361 | 15 | 110 | 0 | 5 | 441 | 126 | 74 |
| Binary | 11010010 | 1000011 | 11110001 | 1101 | 1001000 | 0 | 101 | 100100001 | 1010110 | 111100 |
Color Harmonies of #D243F1
Complementary color
Monochromatic Colors of #D243F1
Black with #D243F1
Text Example
Text Example
White with #D243F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D243F1; }
p { color: rgb(210,67,241); }
H1.HeaderClassName
{
color: #D243F1;
}
.AnyTagClassName
{
color: #D243F1;
}
</style>
background-color css
<style>
a { background-color: #D243F1; }
a { background-color: rgb(210,67,241); }
div.DivClassName
{
background-color: #D243F1;
}
.BgClassName
{
background-color: #D243F1;
}
</style>
border-color css
<style>
span { border-color: #D243F1; }
span { border-color: rgb(210,67,241); }
td.TdClassName
{
border-color: #D243F1;
}
.TagClassName
{
border-color: #D243F1;
}
</style>