Shades of Medium Orchid #C246D3
Tints of Medium Orchid #C246D3
RGB
CMYK
RGB Variations
Color information
#C246D3 (or 0xC246D3) is known color: Medium Orchid. HEX triplet: C2, 46 and D3. RGB value is (194,70,211). Sum of RGB (Red+Green+Blue) = 194+70+211=475 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.84% from 475); Green value is 70 (27.73% from 255 or 14.74% from 475); Blue value is 211 (82.81% from 255 or 44.42% from 475); Max value from RGB is 211 - color contains mainly: blue. Hex color #C246D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246D3 is #3DB92C. Grayscale: #7A7A7A. Windows color (decimal): -4045101 or 13846210. OLE color: 13846210.
HSL color Cylindrical-coordinate representation of color #C246D3: hue angle of 292.77º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C246D3 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 70 | 211 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.17 |
| HSL | 292.77º | 0.62% | 0.55% | - |
| HSV(B) | 292.77º | 0.67% | 0.83% | - |
| XYZ | 36.2 | 20.55 | 63.69 | - |
| YUV | 123.15 | 177.58 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 211 | 0.08 | 0.67 | 0 | 0.17 | 292.77 | 0.62 | 0.55 |
| Hex | C2 | 46 | D3 | 8 | 43 | 0 | 11 | 125 | 3E | 37 |
| Octal | 302 | 106 | 323 | 10 | 103 | 0 | 21 | 445 | 76 | 67 |
| Binary | 11000010 | 1000110 | 11010011 | 1000 | 1000011 | 0 | 10001 | 100100101 | 111110 | 110111 |
Color Harmonies of #C246D3
Complementary color
Monochromatic Colors of #C246D3
Black with #C246D3
Text Example
Text Example
White with #C246D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246D3; }
p { color: rgb(194,70,211); }
H1.HeaderClassName
{
color: #C246D3;
}
.AnyTagClassName
{
color: #C246D3;
}
</style>
background-color css
<style>
a { background-color: #C246D3; }
a { background-color: rgb(194,70,211); }
div.DivClassName
{
background-color: #C246D3;
}
.BgClassName
{
background-color: #C246D3;
}
</style>
border-color css
<style>
span { border-color: #C246D3; }
span { border-color: rgb(194,70,211); }
td.TdClassName
{
border-color: #C246D3;
}
.TagClassName
{
border-color: #C246D3;
}
</style>