Shades of Medium Orchid #C246D9
Tints of Medium Orchid #C246D9
RGB
CMYK
RGB Variations
Color information
#C246D9 (or 0xC246D9) is known color: Medium Orchid. HEX triplet: C2, 46 and D9. RGB value is (194,70,217). Sum of RGB (Red+Green+Blue) = 194+70+217=481 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.33% from 481); Green value is 70 (27.73% from 255 or 14.55% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 217 - color contains mainly: blue. Hex color #C246D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246D9 is #3DB926. Grayscale: #7B7B7B. Windows color (decimal): -4045095 or 14239426. OLE color: 14239426.
HSL color Cylindrical-coordinate representation of color #C246D9: hue angle of 290.61º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C246D9 is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 70 | 217 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.15 |
| HSL | 290.61º | 0.66% | 0.56% | - |
| HSV(B) | 290.61º | 0.68% | 0.85% | - |
| XYZ | 36.96 | 20.86 | 67.72 | - |
| YUV | 123.83 | 180.58 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 217 | 0.11 | 0.68 | 0 | 0.15 | 290.61 | 0.66 | 0.56 |
| Hex | C2 | 46 | D9 | B | 44 | 0 | F | 123 | 42 | 38 |
| Octal | 302 | 106 | 331 | 13 | 104 | 0 | 17 | 443 | 102 | 70 |
| Binary | 11000010 | 1000110 | 11011001 | 1011 | 1000100 | 0 | 1111 | 100100011 | 1000010 | 111000 |
Color Harmonies of #C246D9
Complementary color
Monochromatic Colors of #C246D9
Black with #C246D9
Text Example
Text Example
White with #C246D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246D9; }
p { color: rgb(194,70,217); }
H1.HeaderClassName
{
color: #C246D9;
}
.AnyTagClassName
{
color: #C246D9;
}
</style>
background-color css
<style>
a { background-color: #C246D9; }
a { background-color: rgb(194,70,217); }
div.DivClassName
{
background-color: #C246D9;
}
.BgClassName
{
background-color: #C246D9;
}
</style>
border-color css
<style>
span { border-color: #C246D9; }
span { border-color: rgb(194,70,217); }
td.TdClassName
{
border-color: #C246D9;
}
.TagClassName
{
border-color: #C246D9;
}
</style>