Shades of Medium Orchid #C834E0
Tints of Medium Orchid #C834E0
RGB
CMYK
RGB Variations
Color information
#C834E0 (or 0xC834E0) is known color: Medium Orchid. HEX triplet: C8, 34 and E0. RGB value is (200,52,224). Sum of RGB (Red+Green+Blue) = 200+52+224=476 (63% of max value = 765). Red value is 200 (78.52% from 255 or 42.02% from 476); Green value is 52 (20.70% from 255 or 10.92% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #C834E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834E0 is #37CB1F. Grayscale: #737373. Windows color (decimal): -3656480 or 14693576. OLE color: 14693576.
HSL color Cylindrical-coordinate representation of color #C834E0: hue angle of 291.63º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C834E0 is Cyan = 0.11, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 52 | 224 | - |
| CMYK | 0.11 | 0.77 | 0 | 0.12 |
| HSL | 291.63º | 0.74% | 0.54% | - |
| HSV(B) | 291.63º | 0.77% | 0.88% | - |
| XYZ | 38.5 | 20.12 | 72.37 | - |
| YUV | 115.86 | 189.03 | 188.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 224 | 0.11 | 0.77 | 0 | 0.12 | 291.63 | 0.74 | 0.54 |
| Hex | C8 | 34 | E0 | B | 4D | 0 | C | 124 | 4A | 36 |
| Octal | 310 | 64 | 340 | 13 | 115 | 0 | 14 | 444 | 112 | 66 |
| Binary | 11001000 | 110100 | 11100000 | 1011 | 1001101 | 0 | 1100 | 100100100 | 1001010 | 110110 |
Color Harmonies of #C834E0
Complementary color
Monochromatic Colors of #C834E0
Black with #C834E0
Text Example
Text Example
White with #C834E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834E0; }
p { color: rgb(200,52,224); }
H1.HeaderClassName
{
color: #C834E0;
}
.AnyTagClassName
{
color: #C834E0;
}
</style>
background-color css
<style>
a { background-color: #C834E0; }
a { background-color: rgb(200,52,224); }
div.DivClassName
{
background-color: #C834E0;
}
.BgClassName
{
background-color: #C834E0;
}
</style>
border-color css
<style>
span { border-color: #C834E0; }
span { border-color: rgb(200,52,224); }
td.TdClassName
{
border-color: #C834E0;
}
.TagClassName
{
border-color: #C834E0;
}
</style>