Shades of Medium Orchid #C937DD
Tints of Medium Orchid #C937DD
RGB
CMYK
RGB Variations
Color information
#C937DD (or 0xC937DD) is known color: Medium Orchid. HEX triplet: C9, 37 and DD. RGB value is (201,55,221). Sum of RGB (Red+Green+Blue) = 201+55+221=477 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.14% from 477); Green value is 55 (21.88% from 255 or 11.53% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #C937DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C937DD is #36C822. Grayscale: #757575. Windows color (decimal): -3590179 or 14497737. OLE color: 14497737.
HSL color Cylindrical-coordinate representation of color #C937DD: hue angle of 292.77º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C937DD is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 55 | 221 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.13 |
| HSL | 292.77º | 0.71% | 0.54% | - |
| HSV(B) | 292.77º | 0.75% | 0.87% | - |
| XYZ | 38.5 | 20.37 | 70.31 | - |
| YUV | 117.58 | 186.37 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 221 | 0.09 | 0.75 | 0 | 0.13 | 292.77 | 0.71 | 0.54 |
| Hex | C9 | 37 | DD | 9 | 4B | 0 | D | 125 | 47 | 36 |
| Octal | 311 | 67 | 335 | 11 | 113 | 0 | 15 | 445 | 107 | 66 |
| Binary | 11001001 | 110111 | 11011101 | 1001 | 1001011 | 0 | 1101 | 100100101 | 1000111 | 110110 |
Color Harmonies of #C937DD
Complementary color
Monochromatic Colors of #C937DD
Black with #C937DD
Text Example
Text Example
White with #C937DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C937DD; }
p { color: rgb(201,55,221); }
H1.HeaderClassName
{
color: #C937DD;
}
.AnyTagClassName
{
color: #C937DD;
}
</style>
background-color css
<style>
a { background-color: #C937DD; }
a { background-color: rgb(201,55,221); }
div.DivClassName
{
background-color: #C937DD;
}
.BgClassName
{
background-color: #C937DD;
}
</style>
border-color css
<style>
span { border-color: #C937DD; }
span { border-color: rgb(201,55,221); }
td.TdClassName
{
border-color: #C937DD;
}
.TagClassName
{
border-color: #C937DD;
}
</style>