Shades of Medium Orchid #C834F9
Tints of Medium Orchid #C834F9
RGB
CMYK
RGB Variations
Color information
#C834F9 (or 0xC834F9) is known color: Medium Orchid. HEX triplet: C8, 34 and F9. RGB value is (200,52,249). Sum of RGB (Red+Green+Blue) = 200+52+249=501 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.92% from 501); Green value is 52 (20.70% from 255 or 10.38% from 501); Blue value is 249 (97.66% from 255 or 49.70% from 501); Max value from RGB is 249 - color contains mainly: blue. Hex color #C834F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C834F9 is #37CB06. Grayscale: #767676. Windows color (decimal): -3656455 or 16331976. OLE color: 16331976.
HSL color Cylindrical-coordinate representation of color #C834F9: hue angle of 285.08º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C834F9 is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 52 | 249 | - |
| CMYK | 0.20 | 0.79 | 0 | 0.02 |
| HSL | 285.08º | 0.94% | 0.59% | - |
| HSV(B) | 285.08º | 0.79% | 0.98% | - |
| XYZ | 42.15 | 21.57 | 91.57 | - |
| YUV | 118.71 | 201.53 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 249 | 0.20 | 0.79 | 0 | 0.02 | 285.08 | 0.94 | 0.59 |
| Hex | C8 | 34 | F9 | 14 | 4F | 0 | 2 | 11D | 5E | 3B |
| Octal | 310 | 64 | 371 | 24 | 117 | 0 | 2 | 435 | 136 | 73 |
| Binary | 11001000 | 110100 | 11111001 | 10100 | 1001111 | 0 | 10 | 100011101 | 1011110 | 111011 |
Color Harmonies of #C834F9
Complementary color
Monochromatic Colors of #C834F9
Black with #C834F9
Text Example
Text Example
White with #C834F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834F9; }
p { color: rgb(200,52,249); }
H1.HeaderClassName
{
color: #C834F9;
}
.AnyTagClassName
{
color: #C834F9;
}
</style>
background-color css
<style>
a { background-color: #C834F9; }
a { background-color: rgb(200,52,249); }
div.DivClassName
{
background-color: #C834F9;
}
.BgClassName
{
background-color: #C834F9;
}
</style>
border-color css
<style>
span { border-color: #C834F9; }
span { border-color: rgb(200,52,249); }
td.TdClassName
{
border-color: #C834F9;
}
.TagClassName
{
border-color: #C834F9;
}
</style>