Shades of Medium Orchid #C736F6
Tints of Medium Orchid #C736F6
RGB
CMYK
RGB Variations
Color information
#C736F6 (or 0xC736F6) is known color: Medium Orchid. HEX triplet: C7, 36 and F6. RGB value is (199,54,246). Sum of RGB (Red+Green+Blue) = 199+54+246=499 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.88% from 499); Green value is 54 (21.48% from 255 or 10.82% from 499); Blue value is 246 (96.48% from 255 or 49.30% from 499); Max value from RGB is 246 - color contains mainly: blue. Hex color #C736F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C736F6 is #38C909. Grayscale: #767676. Windows color (decimal): -3721482 or 16135879. OLE color: 16135879.
HSL color Cylindrical-coordinate representation of color #C736F6: hue angle of 285.31º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C736F6 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 199 | 54 | 246 | - |
| CMYK | 0.19 | 0.78 | 0 | 0.04 |
| HSL | 285.31º | 0.91% | 0.59% | - |
| HSV(B) | 285.31º | 0.78% | 0.96% | - |
| XYZ | 41.51 | 21.43 | 89.14 | - |
| YUV | 119.24 | 199.54 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 246 | 0.19 | 0.78 | 0 | 0.04 | 285.31 | 0.91 | 0.59 |
| Hex | C7 | 36 | F6 | 13 | 4E | 0 | 4 | 11D | 5B | 3B |
| Octal | 307 | 66 | 366 | 23 | 116 | 0 | 4 | 435 | 133 | 73 |
| Binary | 11000111 | 110110 | 11110110 | 10011 | 1001110 | 0 | 100 | 100011101 | 1011011 | 111011 |
Color Harmonies of #C736F6
Complementary color
Monochromatic Colors of #C736F6
Black with #C736F6
Text Example
Text Example
White with #C736F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736F6; }
p { color: rgb(199,54,246); }
H1.HeaderClassName
{
color: #C736F6;
}
.AnyTagClassName
{
color: #C736F6;
}
</style>
background-color css
<style>
a { background-color: #C736F6; }
a { background-color: rgb(199,54,246); }
div.DivClassName
{
background-color: #C736F6;
}
.BgClassName
{
background-color: #C736F6;
}
</style>
border-color css
<style>
span { border-color: #C736F6; }
span { border-color: rgb(199,54,246); }
td.TdClassName
{
border-color: #C736F6;
}
.TagClassName
{
border-color: #C736F6;
}
</style>