Shades of Medium Orchid #C246EF
Tints of Medium Orchid #C246EF
RGB
CMYK
RGB Variations
Color information
#C246EF (or 0xC246EF) is known color: Medium Orchid. HEX triplet: C2, 46 and EF. RGB value is (194,70,239). Sum of RGB (Red+Green+Blue) = 194+70+239=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 70 (27.73% from 255 or 13.92% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #C246EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C246EF is #3DB910. Grayscale: #7D7D7D. Windows color (decimal): -4045073 or 15681218. OLE color: 15681218.
HSL color Cylindrical-coordinate representation of color #C246EF: hue angle of 284.02º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C246EF is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 194 | 70 | 239 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.06 |
| HSL | 284.02º | 0.84% | 0.61% | - |
| HSV(B) | 284.02º | 0.71% | 0.94% | - |
| XYZ | 40.02 | 22.08 | 83.81 | - |
| YUV | 126.34 | 191.58 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 239 | 0.19 | 0.71 | 0 | 0.06 | 284.02 | 0.84 | 0.61 |
| Hex | C2 | 46 | EF | 13 | 47 | 0 | 6 | 11C | 54 | 3D |
| Octal | 302 | 106 | 357 | 23 | 107 | 0 | 6 | 434 | 124 | 75 |
| Binary | 11000010 | 1000110 | 11101111 | 10011 | 1000111 | 0 | 110 | 100011100 | 1010100 | 111101 |
Color Harmonies of #C246EF
Complementary color
Monochromatic Colors of #C246EF
Black with #C246EF
Text Example
Text Example
White with #C246EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246EF; }
p { color: rgb(194,70,239); }
H1.HeaderClassName
{
color: #C246EF;
}
.AnyTagClassName
{
color: #C246EF;
}
</style>
background-color css
<style>
a { background-color: #C246EF; }
a { background-color: rgb(194,70,239); }
div.DivClassName
{
background-color: #C246EF;
}
.BgClassName
{
background-color: #C246EF;
}
</style>
border-color css
<style>
span { border-color: #C246EF; }
span { border-color: rgb(194,70,239); }
td.TdClassName
{
border-color: #C246EF;
}
.TagClassName
{
border-color: #C246EF;
}
</style>