Shades of Medium Orchid #C834F8
Tints of Medium Orchid #C834F8
RGB
CMYK
RGB Variations
Color information
#C834F8 (or 0xC834F8) is known color: Medium Orchid. HEX triplet: C8, 34 and F8. RGB value is (200,52,248). Sum of RGB (Red+Green+Blue) = 200+52+248=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 52 (20.70% from 255 or 10.4% from 500); Blue value is 248 (97.27% from 255 or 49.6% from 500); Max value from RGB is 248 - color contains mainly: blue. Hex color #C834F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C834F8 is #37CB07. Grayscale: #757575. Windows color (decimal): -3656456 or 16266440. OLE color: 16266440.
HSL color Cylindrical-coordinate representation of color #C834F8: hue angle of 285.31º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C834F8 is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 52 | 248 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.03 |
| HSL | 285.31º | 0.93% | 0.59% | - |
| HSV(B) | 285.31º | 0.79% | 0.97% | - |
| XYZ | 41.99 | 21.51 | 90.75 | - |
| YUV | 118.6 | 201.03 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 52 | 248 | 0.19 | 0.79 | 0 | 0.03 | 285.31 | 0.93 | 0.59 |
| Hex | C8 | 34 | F8 | 13 | 4F | 0 | 3 | 11D | 5D | 3B |
| Octal | 310 | 64 | 370 | 23 | 117 | 0 | 3 | 435 | 135 | 73 |
| Binary | 11001000 | 110100 | 11111000 | 10011 | 1001111 | 0 | 11 | 100011101 | 1011101 | 111011 |
Color Harmonies of #C834F8
Complementary color
Monochromatic Colors of #C834F8
Black with #C834F8
Text Example
Text Example
White with #C834F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C834F8; }
p { color: rgb(200,52,248); }
H1.HeaderClassName
{
color: #C834F8;
}
.AnyTagClassName
{
color: #C834F8;
}
</style>
background-color css
<style>
a { background-color: #C834F8; }
a { background-color: rgb(200,52,248); }
div.DivClassName
{
background-color: #C834F8;
}
.BgClassName
{
background-color: #C834F8;
}
</style>
border-color css
<style>
span { border-color: #C834F8; }
span { border-color: rgb(200,52,248); }
td.TdClassName
{
border-color: #C834F8;
}
.TagClassName
{
border-color: #C834F8;
}
</style>