Shades of Medium Orchid #C82FEF
Tints of Medium Orchid #C82FEF
RGB
CMYK
RGB Variations
Color information
#C82FEF (or 0xC82FEF) is known color: Medium Orchid. HEX triplet: C8, 2F and EF. RGB value is (200,47,239). Sum of RGB (Red+Green+Blue) = 200+47+239=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #C82FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82FEF is #37D010. Grayscale: #727272. Windows color (decimal): -3657745 or 15675336. OLE color: 15675336.
HSL color Cylindrical-coordinate representation of color #C82FEF: hue angle of 287.81º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82FEF is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 47 | 239 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.06 |
| HSL | 287.81º | 0.86% | 0.56% | - |
| HSV(B) | 287.81º | 0.8% | 0.94% | - |
| XYZ | 40.42 | 20.54 | 83.5 | - |
| YUV | 114.64 | 198.19 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 47 | 239 | 0.16 | 0.80 | 0 | 0.06 | 287.81 | 0.86 | 0.56 |
| Hex | C8 | 2F | EF | 10 | 50 | 0 | 6 | 120 | 56 | 38 |
| Octal | 310 | 57 | 357 | 20 | 120 | 0 | 6 | 440 | 126 | 70 |
| Binary | 11001000 | 101111 | 11101111 | 10000 | 1010000 | 0 | 110 | 100100000 | 1010110 | 111000 |
Color Harmonies of #C82FEF
Complementary color
Monochromatic Colors of #C82FEF
Black with #C82FEF
Text Example
Text Example
White with #C82FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82FEF; }
p { color: rgb(200,47,239); }
H1.HeaderClassName
{
color: #C82FEF;
}
.AnyTagClassName
{
color: #C82FEF;
}
</style>
background-color css
<style>
a { background-color: #C82FEF; }
a { background-color: rgb(200,47,239); }
div.DivClassName
{
background-color: #C82FEF;
}
.BgClassName
{
background-color: #C82FEF;
}
</style>
border-color css
<style>
span { border-color: #C82FEF; }
span { border-color: rgb(200,47,239); }
td.TdClassName
{
border-color: #C82FEF;
}
.TagClassName
{
border-color: #C82FEF;
}
</style>