Shades of Medium Orchid #C836DC
Tints of Medium Orchid #C836DC
RGB
CMYK
RGB Variations
Color information
#C836DC (or 0xC836DC) is known color: Medium Orchid. HEX triplet: C8, 36 and DC. RGB value is (200,54,220). Sum of RGB (Red+Green+Blue) = 200+54+220=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 54 (21.48% from 255 or 11.39% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #C836DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836DC is #37C923. Grayscale: #747474. Windows color (decimal): -3655972 or 14431944. OLE color: 14431944.
HSL color Cylindrical-coordinate representation of color #C836DC: hue angle of 292.77º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C836DC is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 54 | 220 | - |
| CMYK | 0.09 | 0.75 | 0 | 0.14 |
| HSL | 292.77º | 0.7% | 0.54% | - |
| HSV(B) | 292.77º | 0.75% | 0.86% | - |
| XYZ | 38.06 | 20.09 | 69.58 | - |
| YUV | 116.58 | 186.37 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 220 | 0.09 | 0.75 | 0 | 0.14 | 292.77 | 0.7 | 0.54 |
| Hex | C8 | 36 | DC | 9 | 4B | 0 | E | 125 | 46 | 36 |
| Octal | 310 | 66 | 334 | 11 | 113 | 0 | 16 | 445 | 106 | 66 |
| Binary | 11001000 | 110110 | 11011100 | 1001 | 1001011 | 0 | 1110 | 100100101 | 1000110 | 110110 |
Color Harmonies of #C836DC
Complementary color
Monochromatic Colors of #C836DC
Black with #C836DC
Text Example
Text Example
White with #C836DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836DC; }
p { color: rgb(200,54,220); }
H1.HeaderClassName
{
color: #C836DC;
}
.AnyTagClassName
{
color: #C836DC;
}
</style>
background-color css
<style>
a { background-color: #C836DC; }
a { background-color: rgb(200,54,220); }
div.DivClassName
{
background-color: #C836DC;
}
.BgClassName
{
background-color: #C836DC;
}
</style>
border-color css
<style>
span { border-color: #C836DC; }
span { border-color: rgb(200,54,220); }
td.TdClassName
{
border-color: #C836DC;
}
.TagClassName
{
border-color: #C836DC;
}
</style>