Shades of Medium Orchid #C834DF
Tints of Medium Orchid #C834DF
RGB
CMYK
RGB Variations
Color information
#C834DF (or 0xC834DF) is known color: Medium Orchid. HEX triplet: C8, 34 and DF. RGB value is (200,52,223). Sum of RGB (Red+Green+Blue) = 200+52+223=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 52 (20.70% from 255 or 10.95% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #C834DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834DF is #37CB20. Grayscale: #737373. Windows color (decimal): -3656481 or 14628040. OLE color: 14628040.
HSL color Cylindrical-coordinate representation of color #C834DF: hue angle of 291.93º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C834DF is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 52 | 223 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.13 |
| HSL | 291.93º | 0.73% | 0.54% | - |
| HSV(B) | 291.93º | 0.77% | 0.87% | - |
| XYZ | 38.37 | 20.06 | 71.66 | - |
| YUV | 115.75 | 188.53 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 223 | 0.10 | 0.77 | 0 | 0.13 | 291.93 | 0.73 | 0.54 |
| Hex | C8 | 34 | DF | A | 4D | 0 | D | 124 | 49 | 36 |
| Octal | 310 | 64 | 337 | 12 | 115 | 0 | 15 | 444 | 111 | 66 |
| Binary | 11001000 | 110100 | 11011111 | 1010 | 1001101 | 0 | 1101 | 100100100 | 1001001 | 110110 |
Color Harmonies of #C834DF
Complementary color
Monochromatic Colors of #C834DF
Black with #C834DF
Text Example
Text Example
White with #C834DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834DF; }
p { color: rgb(200,52,223); }
H1.HeaderClassName
{
color: #C834DF;
}
.AnyTagClassName
{
color: #C834DF;
}
</style>
background-color css
<style>
a { background-color: #C834DF; }
a { background-color: rgb(200,52,223); }
div.DivClassName
{
background-color: #C834DF;
}
.BgClassName
{
background-color: #C834DF;
}
</style>
border-color css
<style>
span { border-color: #C834DF; }
span { border-color: rgb(200,52,223); }
td.TdClassName
{
border-color: #C834DF;
}
.TagClassName
{
border-color: #C834DF;
}
</style>