Shades of Medium Orchid #C836D5
Tints of Medium Orchid #C836D5
RGB
CMYK
RGB Variations
Color information
#C836D5 (or 0xC836D5) is known color: Medium Orchid. HEX triplet: C8, 36 and D5. RGB value is (200,54,213). Sum of RGB (Red+Green+Blue) = 200+54+213=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 54 (21.48% from 255 or 11.56% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #C836D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C836D5 is #37C92A. Grayscale: #737373. Windows color (decimal): -3655979 or 13973192. OLE color: 13973192.
HSL color Cylindrical-coordinate representation of color #C836D5: hue angle of 295.09º 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 #C836D5 is Cyan = 0.06, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 54 | 213 | - |
| CMYK | 0.06 | 0.75 | 0 | 0.16 |
| HSL | 295.09º | 0.65% | 0.52% | - |
| HSV(B) | 295.09º | 0.75% | 0.84% | - |
| XYZ | 37.15 | 19.72 | 64.8 | - |
| YUV | 115.78 | 182.87 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 54 | 213 | 0.06 | 0.75 | 0 | 0.16 | 295.09 | 0.65 | 0.52 |
| Hex | C8 | 36 | D5 | 6 | 4B | 0 | 10 | 127 | 41 | 34 |
| Octal | 310 | 66 | 325 | 6 | 113 | 0 | 20 | 447 | 101 | 64 |
| Binary | 11001000 | 110110 | 11010101 | 110 | 1001011 | 0 | 10000 | 100100111 | 1000001 | 110100 |
Color Harmonies of #C836D5
Complementary color
Monochromatic Colors of #C836D5
Black with #C836D5
Text Example
Text Example
White with #C836D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C836D5; }
p { color: rgb(200,54,213); }
H1.HeaderClassName
{
color: #C836D5;
}
.AnyTagClassName
{
color: #C836D5;
}
</style>
background-color css
<style>
a { background-color: #C836D5; }
a { background-color: rgb(200,54,213); }
div.DivClassName
{
background-color: #C836D5;
}
.BgClassName
{
background-color: #C836D5;
}
</style>
border-color css
<style>
span { border-color: #C836D5; }
span { border-color: rgb(200,54,213); }
td.TdClassName
{
border-color: #C836D5;
}
.TagClassName
{
border-color: #C836D5;
}
</style>