Shades of Medium Orchid #C036D8
Tints of Medium Orchid #C036D8
RGB
CMYK
RGB Variations
Color information
#C036D8 (or 0xC036D8) is known color: Medium Orchid. HEX triplet: C0, 36 and D8. RGB value is (192,54,216). Sum of RGB (Red+Green+Blue) = 192+54+216=462 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.56% from 462); Green value is 54 (21.48% from 255 or 11.69% from 462); Blue value is 216 (84.77% from 255 or 46.75% from 462); Max value from RGB is 216 - color contains mainly: blue. Hex color #C036D8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036D8 is #3FC927. Grayscale: #717171. Windows color (decimal): -4180264 or 14169792. OLE color: 14169792.
HSL color Cylindrical-coordinate representation of color #C036D8: hue angle of 291.11º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C036D8 is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 54 | 216 | - |
| CMYK | 0.11 | 0.75 | 0 | 0.15 |
| HSL | 291.11º | 0.68% | 0.53% | - |
| HSV(B) | 291.11º | 0.75% | 0.85% | - |
| XYZ | 35.45 | 18.8 | 66.73 | - |
| YUV | 113.73 | 185.72 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 216 | 0.11 | 0.75 | 0 | 0.15 | 291.11 | 0.68 | 0.53 |
| Hex | C0 | 36 | D8 | B | 4B | 0 | F | 123 | 44 | 35 |
| Octal | 300 | 66 | 330 | 13 | 113 | 0 | 17 | 443 | 104 | 65 |
| Binary | 11000000 | 110110 | 11011000 | 1011 | 1001011 | 0 | 1111 | 100100011 | 1000100 | 110101 |
Color Harmonies of #C036D8
Complementary color
Monochromatic Colors of #C036D8
Black with #C036D8
Text Example
Text Example
White with #C036D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036D8; }
p { color: rgb(192,54,216); }
H1.HeaderClassName
{
color: #C036D8;
}
.AnyTagClassName
{
color: #C036D8;
}
</style>
background-color css
<style>
a { background-color: #C036D8; }
a { background-color: rgb(192,54,216); }
div.DivClassName
{
background-color: #C036D8;
}
.BgClassName
{
background-color: #C036D8;
}
</style>
border-color css
<style>
span { border-color: #C036D8; }
span { border-color: rgb(192,54,216); }
td.TdClassName
{
border-color: #C036D8;
}
.TagClassName
{
border-color: #C036D8;
}
</style>