Shades of Medium Orchid #C936DF
Tints of Medium Orchid #C936DF
RGB
CMYK
RGB Variations
Color information
#C936DF (or 0xC936DF) is known color: Medium Orchid. HEX triplet: C9, 36 and DF. RGB value is (201,54,223). Sum of RGB (Red+Green+Blue) = 201+54+223=478 (63% of max value = 765). Red value is 201 (78.91% from 255 or 42.05% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #C936DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C936DF is #36C920. Grayscale: #747474. Windows color (decimal): -3590433 or 14628553. OLE color: 14628553.
HSL color Cylindrical-coordinate representation of color #C936DF: hue angle of 292.19º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C936DF is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 54 | 223 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.13 |
| HSL | 292.19º | 0.73% | 0.54% | - |
| HSV(B) | 292.19º | 0.76% | 0.87% | - |
| XYZ | 38.73 | 20.38 | 71.71 | - |
| YUV | 117.22 | 187.7 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 54 | 223 | 0.10 | 0.76 | 0 | 0.13 | 292.19 | 0.73 | 0.54 |
| Hex | C9 | 36 | DF | A | 4C | 0 | D | 124 | 49 | 36 |
| Octal | 311 | 66 | 337 | 12 | 114 | 0 | 15 | 444 | 111 | 66 |
| Binary | 11001001 | 110110 | 11011111 | 1010 | 1001100 | 0 | 1101 | 100100100 | 1001001 | 110110 |
Color Harmonies of #C936DF
Complementary color
Monochromatic Colors of #C936DF
Black with #C936DF
Text Example
Text Example
White with #C936DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C936DF; }
p { color: rgb(201,54,223); }
H1.HeaderClassName
{
color: #C936DF;
}
.AnyTagClassName
{
color: #C936DF;
}
</style>
background-color css
<style>
a { background-color: #C936DF; }
a { background-color: rgb(201,54,223); }
div.DivClassName
{
background-color: #C936DF;
}
.BgClassName
{
background-color: #C936DF;
}
</style>
border-color css
<style>
span { border-color: #C936DF; }
span { border-color: rgb(201,54,223); }
td.TdClassName
{
border-color: #C936DF;
}
.TagClassName
{
border-color: #C936DF;
}
</style>