Shades of Medium Orchid #C737FC
Tints of Medium Orchid #C737FC
RGB
CMYK
RGB Variations
Color information
#C737FC (or 0xC737FC) is known color: Medium Orchid. HEX triplet: C7, 37 and FC. RGB value is (199,55,252). Sum of RGB (Red+Green+Blue) = 199+55+252=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 55 (21.88% from 255 or 10.87% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #C737FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C737FC is #38C803. Grayscale: #777777. Windows color (decimal): -3721220 or 16529351. OLE color: 16529351.
HSL color Cylindrical-coordinate representation of color #C737FC: hue angle of 283.86º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C737FC is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 55 | 252 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.01 |
| HSL | 283.86º | 0.97% | 0.6% | - |
| HSV(B) | 283.86º | 0.78% | 0.99% | - |
| XYZ | 42.49 | 21.9 | 94.08 | - |
| YUV | 120.51 | 202.21 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 252 | 0.21 | 0.78 | 0 | 0.01 | 283.86 | 0.97 | 0.6 |
| Hex | C7 | 37 | FC | 15 | 4E | 0 | 1 | 11C | 61 | 3C |
| Octal | 307 | 67 | 374 | 25 | 116 | 0 | 1 | 434 | 141 | 74 |
| Binary | 11000111 | 110111 | 11111100 | 10101 | 1001110 | 0 | 1 | 100011100 | 1100001 | 111100 |
Color Harmonies of #C737FC
Complementary color
Monochromatic Colors of #C737FC
Black with #C737FC
Text Example
Text Example
White with #C737FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C737FC; }
p { color: rgb(199,55,252); }
H1.HeaderClassName
{
color: #C737FC;
}
.AnyTagClassName
{
color: #C737FC;
}
</style>
background-color css
<style>
a { background-color: #C737FC; }
a { background-color: rgb(199,55,252); }
div.DivClassName
{
background-color: #C737FC;
}
.BgClassName
{
background-color: #C737FC;
}
</style>
border-color css
<style>
span { border-color: #C737FC; }
span { border-color: rgb(199,55,252); }
td.TdClassName
{
border-color: #C737FC;
}
.TagClassName
{
border-color: #C737FC;
}
</style>