Shades of Medium Orchid #C246ED
Tints of Medium Orchid #C246ED
RGB
CMYK
RGB Variations
Color information
#C246ED (or 0xC246ED) is known color: Medium Orchid. HEX triplet: C2, 46 and ED. RGB value is (194,70,237). Sum of RGB (Red+Green+Blue) = 194+70+237=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #C246ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C246ED is #3DB912. Grayscale: #7D7D7D. Windows color (decimal): -4045075 or 15550146. OLE color: 15550146.
HSL color Cylindrical-coordinate representation of color #C246ED: hue angle of 284.55º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C246ED is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 70 | 237 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.07 |
| HSL | 284.55º | 0.82% | 0.6% | - |
| HSV(B) | 284.55º | 0.7% | 0.93% | - |
| XYZ | 39.72 | 21.96 | 82.27 | - |
| YUV | 126.11 | 190.58 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 237 | 0.18 | 0.70 | 0 | 0.07 | 284.55 | 0.82 | 0.6 |
| Hex | C2 | 46 | ED | 12 | 46 | 0 | 7 | 11D | 52 | 3C |
| Octal | 302 | 106 | 355 | 22 | 106 | 0 | 7 | 435 | 122 | 74 |
| Binary | 11000010 | 1000110 | 11101101 | 10010 | 1000110 | 0 | 111 | 100011101 | 1010010 | 111100 |
Color Harmonies of #C246ED
Complementary color
Monochromatic Colors of #C246ED
Black with #C246ED
Text Example
Text Example
White with #C246ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246ED; }
p { color: rgb(194,70,237); }
H1.HeaderClassName
{
color: #C246ED;
}
.AnyTagClassName
{
color: #C246ED;
}
</style>
background-color css
<style>
a { background-color: #C246ED; }
a { background-color: rgb(194,70,237); }
div.DivClassName
{
background-color: #C246ED;
}
.BgClassName
{
background-color: #C246ED;
}
</style>
border-color css
<style>
span { border-color: #C246ED; }
span { border-color: rgb(194,70,237); }
td.TdClassName
{
border-color: #C246ED;
}
.TagClassName
{
border-color: #C246ED;
}
</style>