Shades of Medium Orchid #C836DD
Tints of Medium Orchid #C836DD
RGB
CMYK
RGB Variations
Color information
#C836DD (or 0xC836DD) is known color: Medium Orchid. HEX triplet: C8, 36 and DD. RGB value is (200,54,221). Sum of RGB (Red+Green+Blue) = 200+54+221=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 54 (21.48% from 255 or 11.37% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #C836DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836DD is #37C922. Grayscale: #747474. Windows color (decimal): -3655971 or 14497480. OLE color: 14497480.
HSL color Cylindrical-coordinate representation of color #C836DD: hue angle of 292.46º 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 #C836DD is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 54 | 221 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.13 |
| HSL | 292.46º | 0.71% | 0.54% | - |
| HSV(B) | 292.46º | 0.76% | 0.87% | - |
| XYZ | 38.19 | 20.14 | 70.28 | - |
| YUV | 116.69 | 186.87 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 221 | 0.10 | 0.76 | 0 | 0.13 | 292.46 | 0.71 | 0.54 |
| Hex | C8 | 36 | DD | A | 4C | 0 | D | 124 | 47 | 36 |
| Octal | 310 | 66 | 335 | 12 | 114 | 0 | 15 | 444 | 107 | 66 |
| Binary | 11001000 | 110110 | 11011101 | 1010 | 1001100 | 0 | 1101 | 100100100 | 1000111 | 110110 |
Color Harmonies of #C836DD
Complementary color
Monochromatic Colors of #C836DD
Black with #C836DD
Text Example
Text Example
White with #C836DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836DD; }
p { color: rgb(200,54,221); }
H1.HeaderClassName
{
color: #C836DD;
}
.AnyTagClassName
{
color: #C836DD;
}
</style>
background-color css
<style>
a { background-color: #C836DD; }
a { background-color: rgb(200,54,221); }
div.DivClassName
{
background-color: #C836DD;
}
.BgClassName
{
background-color: #C836DD;
}
</style>
border-color css
<style>
span { border-color: #C836DD; }
span { border-color: rgb(200,54,221); }
td.TdClassName
{
border-color: #C836DD;
}
.TagClassName
{
border-color: #C836DD;
}
</style>