Shades of Medium Orchid #C82FED
Tints of Medium Orchid #C82FED
RGB
CMYK
RGB Variations
Color information
#C82FED (or 0xC82FED) is known color: Medium Orchid. HEX triplet: C8, 2F and ED. RGB value is (200,47,237). Sum of RGB (Red+Green+Blue) = 200+47+237=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 47 (18.75% from 255 or 9.71% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #C82FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82FED is #37D012. Grayscale: #717171. Windows color (decimal): -3657747 or 15544264. OLE color: 15544264.
HSL color Cylindrical-coordinate representation of color #C82FED: hue angle of 288.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82FED is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 47 | 237 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.07 |
| HSL | 288.32º | 0.84% | 0.56% | - |
| HSV(B) | 288.32º | 0.8% | 0.93% | - |
| XYZ | 40.12 | 20.43 | 81.95 | - |
| YUV | 114.41 | 197.19 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 237 | 0.16 | 0.80 | 0 | 0.07 | 288.32 | 0.84 | 0.56 |
| Hex | C8 | 2F | ED | 10 | 50 | 0 | 7 | 120 | 54 | 38 |
| Octal | 310 | 57 | 355 | 20 | 120 | 0 | 7 | 440 | 124 | 70 |
| Binary | 11001000 | 101111 | 11101101 | 10000 | 1010000 | 0 | 111 | 100100000 | 1010100 | 111000 |
Color Harmonies of #C82FED
Complementary color
Monochromatic Colors of #C82FED
Black with #C82FED
Text Example
Text Example
White with #C82FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FED; }
p { color: rgb(200,47,237); }
H1.HeaderClassName
{
color: #C82FED;
}
.AnyTagClassName
{
color: #C82FED;
}
</style>
background-color css
<style>
a { background-color: #C82FED; }
a { background-color: rgb(200,47,237); }
div.DivClassName
{
background-color: #C82FED;
}
.BgClassName
{
background-color: #C82FED;
}
</style>
border-color css
<style>
span { border-color: #C82FED; }
span { border-color: rgb(200,47,237); }
td.TdClassName
{
border-color: #C82FED;
}
.TagClassName
{
border-color: #C82FED;
}
</style>