Shades of Medium Orchid #C834E2
Tints of Medium Orchid #C834E2
RGB
CMYK
RGB Variations
Color information
#C834E2 (or 0xC834E2) is known color: Medium Orchid. HEX triplet: C8, 34 and E2. RGB value is (200,52,226). Sum of RGB (Red+Green+Blue) = 200+52+226=478 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.84% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 226 (88.67% from 255 or 47.28% from 478); Max value from RGB is 226 - color contains mainly: blue. Hex color #C834E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C834E2 is #37CB1D. Grayscale: #737373. Windows color (decimal): -3656478 or 14824648. OLE color: 14824648.
HSL color Cylindrical-coordinate representation of color #C834E2: hue angle of 291.03º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C834E2 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 52 | 226 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.11 |
| HSL | 291.03º | 0.75% | 0.55% | - |
| HSV(B) | 291.03º | 0.77% | 0.89% | - |
| XYZ | 38.77 | 20.23 | 73.81 | - |
| YUV | 116.09 | 190.03 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 226 | 0.12 | 0.77 | 0 | 0.11 | 291.03 | 0.75 | 0.55 |
| Hex | C8 | 34 | E2 | C | 4D | 0 | B | 123 | 4B | 37 |
| Octal | 310 | 64 | 342 | 14 | 115 | 0 | 13 | 443 | 113 | 67 |
| Binary | 11001000 | 110100 | 11100010 | 1100 | 1001101 | 0 | 1011 | 100100011 | 1001011 | 110111 |
Color Harmonies of #C834E2
Complementary color
Monochromatic Colors of #C834E2
Black with #C834E2
Text Example
Text Example
White with #C834E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834E2; }
p { color: rgb(200,52,226); }
H1.HeaderClassName
{
color: #C834E2;
}
.AnyTagClassName
{
color: #C834E2;
}
</style>
background-color css
<style>
a { background-color: #C834E2; }
a { background-color: rgb(200,52,226); }
div.DivClassName
{
background-color: #C834E2;
}
.BgClassName
{
background-color: #C834E2;
}
</style>
border-color css
<style>
span { border-color: #C834E2; }
span { border-color: rgb(200,52,226); }
td.TdClassName
{
border-color: #C834E2;
}
.TagClassName
{
border-color: #C834E2;
}
</style>