Shades of Medium Orchid #C834DD
Tints of Medium Orchid #C834DD
RGB
CMYK
RGB Variations
Color information
#C834DD (or 0xC834DD) is known color: Medium Orchid. HEX triplet: C8, 34 and DD. RGB value is (200,52,221). Sum of RGB (Red+Green+Blue) = 200+52+221=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 52 (20.70% from 255 or 10.99% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #C834DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834DD is #37CB22. Grayscale: #727272. Windows color (decimal): -3656483 or 14496968. OLE color: 14496968.
HSL color Cylindrical-coordinate representation of color #C834DD: hue angle of 292.54º 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 #C834DD is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 52 | 221 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.13 |
| HSL | 292.54º | 0.71% | 0.54% | - |
| HSV(B) | 292.54º | 0.76% | 0.87% | - |
| XYZ | 38.1 | 19.96 | 70.25 | - |
| YUV | 115.52 | 187.53 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 221 | 0.10 | 0.76 | 0 | 0.13 | 292.54 | 0.71 | 0.54 |
| Hex | C8 | 34 | DD | A | 4C | 0 | D | 125 | 47 | 36 |
| Octal | 310 | 64 | 335 | 12 | 114 | 0 | 15 | 445 | 107 | 66 |
| Binary | 11001000 | 110100 | 11011101 | 1010 | 1001100 | 0 | 1101 | 100100101 | 1000111 | 110110 |
Color Harmonies of #C834DD
Complementary color
Monochromatic Colors of #C834DD
Black with #C834DD
Text Example
Text Example
White with #C834DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834DD; }
p { color: rgb(200,52,221); }
H1.HeaderClassName
{
color: #C834DD;
}
.AnyTagClassName
{
color: #C834DD;
}
</style>
background-color css
<style>
a { background-color: #C834DD; }
a { background-color: rgb(200,52,221); }
div.DivClassName
{
background-color: #C834DD;
}
.BgClassName
{
background-color: #C834DD;
}
</style>
border-color css
<style>
span { border-color: #C834DD; }
span { border-color: rgb(200,52,221); }
td.TdClassName
{
border-color: #C834DD;
}
.TagClassName
{
border-color: #C834DD;
}
</style>