Shades of Medium Orchid #C246CE
Tints of Medium Orchid #C246CE
RGB
CMYK
RGB Variations
Color information
#C246CE (or 0xC246CE) is known color: Medium Orchid. HEX triplet: C2, 46 and CE. RGB value is (194,70,206). Sum of RGB (Red+Green+Blue) = 194+70+206=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 206 (80.86% from 255 or 43.83% from 470); Max value from RGB is 206 - color contains mainly: blue. Hex color #C246CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246CE is #3DB931. Grayscale: #7A7A7A. Windows color (decimal): -4045106 or 13518530. OLE color: 13518530.
HSL color Cylindrical-coordinate representation of color #C246CE: hue angle of 294.71º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C246CE is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 70 | 206 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.19 |
| HSL | 294.71º | 0.58% | 0.54% | - |
| HSV(B) | 294.71º | 0.66% | 0.81% | - |
| XYZ | 35.58 | 20.31 | 60.44 | - |
| YUV | 122.58 | 175.08 | 178.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 206 | 0.06 | 0.66 | 0 | 0.19 | 294.71 | 0.58 | 0.54 |
| Hex | C2 | 46 | CE | 6 | 42 | 0 | 13 | 127 | 3A | 36 |
| Octal | 302 | 106 | 316 | 6 | 102 | 0 | 23 | 447 | 72 | 66 |
| Binary | 11000010 | 1000110 | 11001110 | 110 | 1000010 | 0 | 10011 | 100100111 | 111010 | 110110 |
Color Harmonies of #C246CE
Complementary color
Monochromatic Colors of #C246CE
Black with #C246CE
Text Example
Text Example
White with #C246CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246CE; }
p { color: rgb(194,70,206); }
H1.HeaderClassName
{
color: #C246CE;
}
.AnyTagClassName
{
color: #C246CE;
}
</style>
background-color css
<style>
a { background-color: #C246CE; }
a { background-color: rgb(194,70,206); }
div.DivClassName
{
background-color: #C246CE;
}
.BgClassName
{
background-color: #C246CE;
}
</style>
border-color css
<style>
span { border-color: #C246CE; }
span { border-color: rgb(194,70,206); }
td.TdClassName
{
border-color: #C246CE;
}
.TagClassName
{
border-color: #C246CE;
}
</style>