Shades of Medium Orchid #C937FC
Tints of Medium Orchid #C937FC
RGB
CMYK
RGB Variations
Color information
#C937FC (or 0xC937FC) is known color: Medium Orchid. HEX triplet: C9, 37 and FC. RGB value is (201,55,252). Sum of RGB (Red+Green+Blue) = 201+55+252=508 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.57% from 508); Green value is 55 (21.88% from 255 or 10.83% from 508); Blue value is 252 (98.83% from 255 or 49.61% from 508); Max value from RGB is 252 - color contains mainly: blue. Hex color #C937FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C937FC is #36C803. Grayscale: #787878. Windows color (decimal): -3590148 or 16529353. OLE color: 16529353.
HSL color Cylindrical-coordinate representation of color #C937FC: hue angle of 284.47º 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 #C937FC is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 55 | 252 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.01 |
| HSL | 284.47º | 0.97% | 0.6% | - |
| HSV(B) | 284.47º | 0.78% | 0.99% | - |
| XYZ | 43.02 | 22.18 | 94.11 | - |
| YUV | 121.11 | 201.87 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 252 | 0.20 | 0.78 | 0 | 0.01 | 284.47 | 0.97 | 0.6 |
| Hex | C9 | 37 | FC | 14 | 4E | 0 | 1 | 11C | 61 | 3C |
| Octal | 311 | 67 | 374 | 24 | 116 | 0 | 1 | 434 | 141 | 74 |
| Binary | 11001001 | 110111 | 11111100 | 10100 | 1001110 | 0 | 1 | 100011100 | 1100001 | 111100 |
Color Harmonies of #C937FC
Complementary color
Monochromatic Colors of #C937FC
Black with #C937FC
Text Example
Text Example
White with #C937FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C937FC; }
p { color: rgb(201,55,252); }
H1.HeaderClassName
{
color: #C937FC;
}
.AnyTagClassName
{
color: #C937FC;
}
</style>
background-color css
<style>
a { background-color: #C937FC; }
a { background-color: rgb(201,55,252); }
div.DivClassName
{
background-color: #C937FC;
}
.BgClassName
{
background-color: #C937FC;
}
</style>
border-color css
<style>
span { border-color: #C937FC; }
span { border-color: rgb(201,55,252); }
td.TdClassName
{
border-color: #C937FC;
}
.TagClassName
{
border-color: #C937FC;
}
</style>