Shades of Medium Orchid #C82CE9
Tints of Medium Orchid #C82CE9
RGB
CMYK
RGB Variations
Color information
#C82CE9 (or 0xC82CE9) is known color: Medium Orchid. HEX triplet: C8, 2C and E9. RGB value is (200,44,233). Sum of RGB (Red+Green+Blue) = 200+44+233=477 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.93% from 477); Green value is 44 (17.58% from 255 or 9.22% from 477); Blue value is 233 (91.41% from 255 or 48.85% from 477); Max value from RGB is 233 - color contains mainly: blue. Hex color #C82CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C82CE9 is #37D316. Grayscale: #6F6F6F. Windows color (decimal): -3658519 or 15281352. OLE color: 15281352.
HSL color Cylindrical-coordinate representation of color #C82CE9: hue angle of 289.52º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82CE9 is Cyan = 0.14, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 44 | 233 | - |
| CMYK | 0.14 | 0.81 | 0 | 0.09 |
| HSL | 289.52º | 0.81% | 0.54% | - |
| HSV(B) | 289.52º | 0.81% | 0.91% | - |
| XYZ | 39.43 | 19.96 | 78.87 | - |
| YUV | 112.19 | 196.18 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 233 | 0.14 | 0.81 | 0 | 0.09 | 289.52 | 0.81 | 0.54 |
| Hex | C8 | 2C | E9 | E | 51 | 0 | 9 | 122 | 51 | 36 |
| Octal | 310 | 54 | 351 | 16 | 121 | 0 | 11 | 442 | 121 | 66 |
| Binary | 11001000 | 101100 | 11101001 | 1110 | 1010001 | 0 | 1001 | 100100010 | 1010001 | 110110 |
Color Harmonies of #C82CE9
Complementary color
Monochromatic Colors of #C82CE9
Black with #C82CE9
Text Example
Text Example
White with #C82CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CE9; }
p { color: rgb(200,44,233); }
H1.HeaderClassName
{
color: #C82CE9;
}
.AnyTagClassName
{
color: #C82CE9;
}
</style>
background-color css
<style>
a { background-color: #C82CE9; }
a { background-color: rgb(200,44,233); }
div.DivClassName
{
background-color: #C82CE9;
}
.BgClassName
{
background-color: #C82CE9;
}
</style>
border-color css
<style>
span { border-color: #C82CE9; }
span { border-color: rgb(200,44,233); }
td.TdClassName
{
border-color: #C82CE9;
}
.TagClassName
{
border-color: #C82CE9;
}
</style>