Shades of Medium Orchid #D246F6
Tints of Medium Orchid #D246F6
RGB
CMYK
RGB Variations
Color information
#D246F6 (or 0xD246F6) is known color: Medium Orchid. HEX triplet: D2, 46 and F6. RGB value is (210,70,246). Sum of RGB (Red+Green+Blue) = 210+70+246=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 70 (27.73% from 255 or 13.31% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #D246F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D246F6 is #2DB909. Grayscale: #838383. Windows color (decimal): -2996490 or 16139986. OLE color: 16139986.
HSL color Cylindrical-coordinate representation of color #D246F6: hue angle of 287.73º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D246F6 is Cyan = 0.15, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 210 | 70 | 246 | - |
| CMYK | 0.15 | 0.72 | 0 | 0.04 |
| HSL | 287.73º | 0.91% | 0.62% | - |
| HSV(B) | 287.73º | 0.72% | 0.96% | - |
| XYZ | 45.4 | 24.74 | 89.57 | - |
| YUV | 131.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 70 | 246 | 0.15 | 0.72 | 0 | 0.04 | 287.73 | 0.91 | 0.62 |
| Hex | D2 | 46 | F6 | F | 48 | 0 | 4 | 120 | 5B | 3E |
| Octal | 322 | 106 | 366 | 17 | 110 | 0 | 4 | 440 | 133 | 76 |
| Binary | 11010010 | 1000110 | 11110110 | 1111 | 1001000 | 0 | 100 | 100100000 | 1011011 | 111110 |
Color Harmonies of #D246F6
Complementary color
Monochromatic Colors of #D246F6
Black with #D246F6
Text Example
Text Example
White with #D246F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D246F6; }
p { color: rgb(210,70,246); }
H1.HeaderClassName
{
color: #D246F6;
}
.AnyTagClassName
{
color: #D246F6;
}
</style>
background-color css
<style>
a { background-color: #D246F6; }
a { background-color: rgb(210,70,246); }
div.DivClassName
{
background-color: #D246F6;
}
.BgClassName
{
background-color: #D246F6;
}
</style>
border-color css
<style>
span { border-color: #D246F6; }
span { border-color: rgb(210,70,246); }
td.TdClassName
{
border-color: #D246F6;
}
.TagClassName
{
border-color: #D246F6;
}
</style>