Shades of Medium Orchid #C937DA
Tints of Medium Orchid #C937DA
RGB
CMYK
RGB Variations
Color information
#C937DA (or 0xC937DA) is known color: Medium Orchid. HEX triplet: C9, 37 and DA. RGB value is (201,55,218). Sum of RGB (Red+Green+Blue) = 201+55+218=474 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.41% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #C937DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C937DA is #36C825. Grayscale: #747474. Windows color (decimal): -3590182 or 14301129. OLE color: 14301129.
HSL color Cylindrical-coordinate representation of color #C937DA: hue angle of 293.74º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C937DA is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 55 | 218 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.15 |
| HSL | 293.74º | 0.69% | 0.54% | - |
| HSV(B) | 293.74º | 0.75% | 0.85% | - |
| XYZ | 38.11 | 20.21 | 68.22 | - |
| YUV | 117.24 | 184.87 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 55 | 218 | 0.08 | 0.75 | 0 | 0.15 | 293.74 | 0.69 | 0.54 |
| Hex | C9 | 37 | DA | 8 | 4B | 0 | F | 126 | 45 | 36 |
| Octal | 311 | 67 | 332 | 10 | 113 | 0 | 17 | 446 | 105 | 66 |
| Binary | 11001001 | 110111 | 11011010 | 1000 | 1001011 | 0 | 1111 | 100100110 | 1000101 | 110110 |
Color Harmonies of #C937DA
Complementary color
Monochromatic Colors of #C937DA
Black with #C937DA
Text Example
Text Example
White with #C937DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C937DA; }
p { color: rgb(201,55,218); }
H1.HeaderClassName
{
color: #C937DA;
}
.AnyTagClassName
{
color: #C937DA;
}
</style>
background-color css
<style>
a { background-color: #C937DA; }
a { background-color: rgb(201,55,218); }
div.DivClassName
{
background-color: #C937DA;
}
.BgClassName
{
background-color: #C937DA;
}
</style>
border-color css
<style>
span { border-color: #C937DA; }
span { border-color: rgb(201,55,218); }
td.TdClassName
{
border-color: #C937DA;
}
.TagClassName
{
border-color: #C937DA;
}
</style>