Shades of Medium Orchid #C937FD
Tints of Medium Orchid #C937FD
RGB
CMYK
RGB Variations
Color information
#C937FD (or 0xC937FD) is known color: Medium Orchid. HEX triplet: C9, 37 and FD. RGB value is (201,55,253). Sum of RGB (Red+Green+Blue) = 201+55+253=509 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.49% from 509); Green value is 55 (21.88% from 255 or 10.81% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #C937FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C937FD is #36C802. Grayscale: #787878. Windows color (decimal): -3590147 or 16594889. OLE color: 16594889.
HSL color Cylindrical-coordinate representation of color #C937FD: hue angle of 284.24º degrees, saturation: 0.98, 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 #C937FD is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 55 | 253 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.01 |
| HSL | 284.24º | 0.98% | 0.6% | - |
| HSV(B) | 284.24º | 0.78% | 0.99% | - |
| XYZ | 43.18 | 22.24 | 94.95 | - |
| YUV | 121.23 | 202.37 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 253 | 0.21 | 0.78 | 0 | 0.01 | 284.24 | 0.98 | 0.6 |
| Hex | C9 | 37 | FD | 15 | 4E | 0 | 1 | 11C | 62 | 3C |
| Octal | 311 | 67 | 375 | 25 | 116 | 0 | 1 | 434 | 142 | 74 |
| Binary | 11001001 | 110111 | 11111101 | 10101 | 1001110 | 0 | 1 | 100011100 | 1100010 | 111100 |
Color Harmonies of #C937FD
Complementary color
Monochromatic Colors of #C937FD
Black with #C937FD
Text Example
Text Example
White with #C937FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C937FD; }
p { color: rgb(201,55,253); }
H1.HeaderClassName
{
color: #C937FD;
}
.AnyTagClassName
{
color: #C937FD;
}
</style>
background-color css
<style>
a { background-color: #C937FD; }
a { background-color: rgb(201,55,253); }
div.DivClassName
{
background-color: #C937FD;
}
.BgClassName
{
background-color: #C937FD;
}
</style>
border-color css
<style>
span { border-color: #C937FD; }
span { border-color: rgb(201,55,253); }
td.TdClassName
{
border-color: #C937FD;
}
.TagClassName
{
border-color: #C937FD;
}
</style>