Shades of Medium Orchid #C736D8
Tints of Medium Orchid #C736D8
RGB
CMYK
RGB Variations
Color information
#C736D8 (or 0xC736D8) is known color: Medium Orchid. HEX triplet: C7, 36 and D8. RGB value is (199,54,216). Sum of RGB (Red+Green+Blue) = 199+54+216=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 216 (84.77% from 255 or 46.06% from 469); Max value from RGB is 216 - color contains mainly: blue. Hex color #C736D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C736D8 is #38C927. Grayscale: #737373. Windows color (decimal): -3721512 or 14169799. OLE color: 14169799.
HSL color Cylindrical-coordinate representation of color #C736D8: hue angle of 293.7º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C736D8 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 54 | 216 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.15 |
| HSL | 293.7º | 0.68% | 0.53% | - |
| HSV(B) | 293.7º | 0.75% | 0.85% | - |
| XYZ | 37.27 | 19.74 | 66.81 | - |
| YUV | 115.82 | 184.54 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 54 | 216 | 0.08 | 0.75 | 0 | 0.15 | 293.7 | 0.68 | 0.53 |
| Hex | C7 | 36 | D8 | 8 | 4B | 0 | F | 126 | 44 | 35 |
| Octal | 307 | 66 | 330 | 10 | 113 | 0 | 17 | 446 | 104 | 65 |
| Binary | 11000111 | 110110 | 11011000 | 1000 | 1001011 | 0 | 1111 | 100100110 | 1000100 | 110101 |
Color Harmonies of #C736D8
Complementary color
Monochromatic Colors of #C736D8
Black with #C736D8
Text Example
Text Example
White with #C736D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C736D8; }
p { color: rgb(199,54,216); }
H1.HeaderClassName
{
color: #C736D8;
}
.AnyTagClassName
{
color: #C736D8;
}
</style>
background-color css
<style>
a { background-color: #C736D8; }
a { background-color: rgb(199,54,216); }
div.DivClassName
{
background-color: #C736D8;
}
.BgClassName
{
background-color: #C736D8;
}
</style>
border-color css
<style>
span { border-color: #C736D8; }
span { border-color: rgb(199,54,216); }
td.TdClassName
{
border-color: #C736D8;
}
.TagClassName
{
border-color: #C736D8;
}
</style>