Shades of Medium Orchid #C737D8
Tints of Medium Orchid #C737D8
RGB
CMYK
RGB Variations
Color information
#C737D8 (or 0xC737D8) is known color: Medium Orchid. HEX triplet: C7, 37 and D8. RGB value is (199,55,216). Sum of RGB (Red+Green+Blue) = 199+55+216=470 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.34% from 470); Green value is 55 (21.88% from 255 or 11.70% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #C737D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C737D8 is #38C827. Grayscale: #737373. Windows color (decimal): -3721256 or 14170055. OLE color: 14170055.
HSL color Cylindrical-coordinate representation of color #C737D8: hue angle of 293.66º degrees, saturation: 0.67, 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 #C737D8 is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 199 | 55 | 216 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.15 |
| HSL | 293.66º | 0.67% | 0.53% | - |
| HSV(B) | 293.66º | 0.75% | 0.85% | - |
| XYZ | 37.31 | 19.83 | 66.83 | - |
| YUV | 116.41 | 184.21 | 186.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 216 | 0.08 | 0.75 | 0 | 0.15 | 293.66 | 0.67 | 0.53 |
| Hex | C7 | 37 | D8 | 8 | 4B | 0 | F | 126 | 43 | 35 |
| Octal | 307 | 67 | 330 | 10 | 113 | 0 | 17 | 446 | 103 | 65 |
| Binary | 11000111 | 110111 | 11011000 | 1000 | 1001011 | 0 | 1111 | 100100110 | 1000011 | 110101 |
Color Harmonies of #C737D8
Complementary color
Monochromatic Colors of #C737D8
Black with #C737D8
Text Example
Text Example
White with #C737D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C737D8; }
p { color: rgb(199,55,216); }
H1.HeaderClassName
{
color: #C737D8;
}
.AnyTagClassName
{
color: #C737D8;
}
</style>
background-color css
<style>
a { background-color: #C737D8; }
a { background-color: rgb(199,55,216); }
div.DivClassName
{
background-color: #C737D8;
}
.BgClassName
{
background-color: #C737D8;
}
</style>
border-color css
<style>
span { border-color: #C737D8; }
span { border-color: rgb(199,55,216); }
td.TdClassName
{
border-color: #C737D8;
}
.TagClassName
{
border-color: #C737D8;
}
</style>