Shades of Medium Orchid #C036DD
Tints of Medium Orchid #C036DD
RGB
CMYK
RGB Variations
Color information
#C036DD (or 0xC036DD) is known color: Medium Orchid. HEX triplet: C0, 36 and DD. RGB value is (192,54,221). Sum of RGB (Red+Green+Blue) = 192+54+221=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #C036DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C036DD is #3FC922. Grayscale: #717171. Windows color (decimal): -4180259 or 14497472. OLE color: 14497472.
HSL color Cylindrical-coordinate representation of color #C036DD: hue angle of 289.58º degrees, saturation: 0.71, 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 #C036DD is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 54 | 221 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.13 |
| HSL | 289.58º | 0.71% | 0.54% | - |
| HSV(B) | 289.58º | 0.76% | 0.87% | - |
| XYZ | 36.11 | 19.07 | 70.18 | - |
| YUV | 114.3 | 188.22 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 54 | 221 | 0.13 | 0.76 | 0 | 0.13 | 289.58 | 0.71 | 0.54 |
| Hex | C0 | 36 | DD | D | 4C | 0 | D | 122 | 47 | 36 |
| Octal | 300 | 66 | 335 | 15 | 114 | 0 | 15 | 442 | 107 | 66 |
| Binary | 11000000 | 110110 | 11011101 | 1101 | 1001100 | 0 | 1101 | 100100010 | 1000111 | 110110 |
Color Harmonies of #C036DD
Complementary color
Monochromatic Colors of #C036DD
Black with #C036DD
Text Example
Text Example
White with #C036DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C036DD; }
p { color: rgb(192,54,221); }
H1.HeaderClassName
{
color: #C036DD;
}
.AnyTagClassName
{
color: #C036DD;
}
</style>
background-color css
<style>
a { background-color: #C036DD; }
a { background-color: rgb(192,54,221); }
div.DivClassName
{
background-color: #C036DD;
}
.BgClassName
{
background-color: #C036DD;
}
</style>
border-color css
<style>
span { border-color: #C036DD; }
span { border-color: rgb(192,54,221); }
td.TdClassName
{
border-color: #C036DD;
}
.TagClassName
{
border-color: #C036DD;
}
</style>