Shades of Medium Orchid #C036D5
Tints of Medium Orchid #C036D5
RGB
CMYK
RGB Variations
Color information
#C036D5 (or 0xC036D5) is known color: Medium Orchid. HEX triplet: C0, 36 and D5. RGB value is (192,54,213). Sum of RGB (Red+Green+Blue) = 192+54+213=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 54 (21.48% from 255 or 11.76% from 459); Blue value is 213 (83.59% from 255 or 46.41% from 459); Max value from RGB is 213 - color contains mainly: blue. Hex color #C036D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036D5 is #3FC92A. Grayscale: #707070. Windows color (decimal): -4180267 or 13973184. OLE color: 13973184.
HSL color Cylindrical-coordinate representation of color #C036D5: hue angle of 292.08º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C036D5 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 54 | 213 | - |
| CMYK | 0.10 | 0.75 | 0 | 0.16 |
| HSL | 292.08º | 0.65% | 0.52% | - |
| HSV(B) | 292.08º | 0.75% | 0.84% | - |
| XYZ | 35.07 | 18.65 | 64.7 | - |
| YUV | 113.39 | 184.22 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 213 | 0.10 | 0.75 | 0 | 0.16 | 292.08 | 0.65 | 0.52 |
| Hex | C0 | 36 | D5 | A | 4B | 0 | 10 | 124 | 41 | 34 |
| Octal | 300 | 66 | 325 | 12 | 113 | 0 | 20 | 444 | 101 | 64 |
| Binary | 11000000 | 110110 | 11010101 | 1010 | 1001011 | 0 | 10000 | 100100100 | 1000001 | 110100 |
Color Harmonies of #C036D5
Complementary color
Monochromatic Colors of #C036D5
Black with #C036D5
Text Example
Text Example
White with #C036D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036D5; }
p { color: rgb(192,54,213); }
H1.HeaderClassName
{
color: #C036D5;
}
.AnyTagClassName
{
color: #C036D5;
}
</style>
background-color css
<style>
a { background-color: #C036D5; }
a { background-color: rgb(192,54,213); }
div.DivClassName
{
background-color: #C036D5;
}
.BgClassName
{
background-color: #C036D5;
}
</style>
border-color css
<style>
span { border-color: #C036D5; }
span { border-color: rgb(192,54,213); }
td.TdClassName
{
border-color: #C036D5;
}
.TagClassName
{
border-color: #C036D5;
}
</style>