Shades of Medium Orchid #C036DF
Tints of Medium Orchid #C036DF
RGB
CMYK
RGB Variations
Color information
#C036DF (or 0xC036DF) is known color: Medium Orchid. HEX triplet: C0, 36 and DF. RGB value is (192,54,223). Sum of RGB (Red+Green+Blue) = 192+54+223=469 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.94% from 469); Green value is 54 (21.48% from 255 or 11.51% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #C036DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036DF is #3FC920. Grayscale: #717171. Windows color (decimal): -4180257 or 14628544. OLE color: 14628544.
HSL color Cylindrical-coordinate representation of color #C036DF: hue angle of 288.99º 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 #C036DF is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 54 | 223 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.13 |
| HSL | 288.99º | 0.73% | 0.54% | - |
| HSV(B) | 288.99º | 0.76% | 0.87% | - |
| XYZ | 36.38 | 19.17 | 71.6 | - |
| YUV | 114.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 223 | 0.14 | 0.76 | 0 | 0.13 | 288.99 | 0.73 | 0.54 |
| Hex | C0 | 36 | DF | E | 4C | 0 | D | 121 | 49 | 36 |
| Octal | 300 | 66 | 337 | 16 | 114 | 0 | 15 | 441 | 111 | 66 |
| Binary | 11000000 | 110110 | 11011111 | 1110 | 1001100 | 0 | 1101 | 100100001 | 1001001 | 110110 |
Color Harmonies of #C036DF
Complementary color
Monochromatic Colors of #C036DF
Black with #C036DF
Text Example
Text Example
White with #C036DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036DF; }
p { color: rgb(192,54,223); }
H1.HeaderClassName
{
color: #C036DF;
}
.AnyTagClassName
{
color: #C036DF;
}
</style>
background-color css
<style>
a { background-color: #C036DF; }
a { background-color: rgb(192,54,223); }
div.DivClassName
{
background-color: #C036DF;
}
.BgClassName
{
background-color: #C036DF;
}
</style>
border-color css
<style>
span { border-color: #C036DF; }
span { border-color: rgb(192,54,223); }
td.TdClassName
{
border-color: #C036DF;
}
.TagClassName
{
border-color: #C036DF;
}
</style>