Shades of Medium Orchid #C246CF
Tints of Medium Orchid #C246CF
RGB
CMYK
RGB Variations
Color information
#C246CF (or 0xC246CF) is known color: Medium Orchid. HEX triplet: C2, 46 and CF. RGB value is (194,70,207). Sum of RGB (Red+Green+Blue) = 194+70+207=471 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.19% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #C246CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C246CF is #3DB930. Grayscale: #7A7A7A. Windows color (decimal): -4045105 or 13584066. OLE color: 13584066.
HSL color Cylindrical-coordinate representation of color #C246CF: hue angle of 294.31º degrees, saturation: 0.59, 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 #C246CF is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 70 | 207 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.19 |
| HSL | 294.31º | 0.59% | 0.54% | - |
| HSV(B) | 294.31º | 0.66% | 0.81% | - |
| XYZ | 35.7 | 20.35 | 61.08 | - |
| YUV | 122.69 | 175.58 | 178.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 70 | 207 | 0.06 | 0.66 | 0 | 0.19 | 294.31 | 0.59 | 0.54 |
| Hex | C2 | 46 | CF | 6 | 42 | 0 | 13 | 126 | 3B | 36 |
| Octal | 302 | 106 | 317 | 6 | 102 | 0 | 23 | 446 | 73 | 66 |
| Binary | 11000010 | 1000110 | 11001111 | 110 | 1000010 | 0 | 10011 | 100100110 | 111011 | 110110 |
Color Harmonies of #C246CF
Complementary color
Monochromatic Colors of #C246CF
Black with #C246CF
Text Example
Text Example
White with #C246CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C246CF; }
p { color: rgb(194,70,207); }
H1.HeaderClassName
{
color: #C246CF;
}
.AnyTagClassName
{
color: #C246CF;
}
</style>
background-color css
<style>
a { background-color: #C246CF; }
a { background-color: rgb(194,70,207); }
div.DivClassName
{
background-color: #C246CF;
}
.BgClassName
{
background-color: #C246CF;
}
</style>
border-color css
<style>
span { border-color: #C246CF; }
span { border-color: rgb(194,70,207); }
td.TdClassName
{
border-color: #C246CF;
}
.TagClassName
{
border-color: #C246CF;
}
</style>