Shades of Medium Orchid #C82CE3
Tints of Medium Orchid #C82CE3
RGB
CMYK
RGB Variations
Color information
#C82CE3 (or 0xC82CE3) is known color: Medium Orchid. HEX triplet: C8, 2C and E3. RGB value is (200,44,227). Sum of RGB (Red+Green+Blue) = 200+44+227=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 44 (17.58% from 255 or 9.34% from 471); Blue value is 227 (89.06% from 255 or 48.20% from 471); Max value from RGB is 227 - color contains mainly: blue. Hex color #C82CE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CE3 is #37D31C. Grayscale: #6E6E6E. Windows color (decimal): -3658525 or 14888136. OLE color: 14888136.
HSL color Cylindrical-coordinate representation of color #C82CE3: hue angle of 291.15º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C82CE3 is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 44 | 227 | - |
| CMYK | 0.12 | 0.81 | 0 | 0.11 |
| HSL | 291.15º | 0.77% | 0.53% | - |
| HSV(B) | 291.15º | 0.81% | 0.89% | - |
| XYZ | 38.59 | 19.63 | 74.43 | - |
| YUV | 111.51 | 193.18 | 191.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 227 | 0.12 | 0.81 | 0 | 0.11 | 291.15 | 0.77 | 0.53 |
| Hex | C8 | 2C | E3 | C | 51 | 0 | B | 123 | 4D | 35 |
| Octal | 310 | 54 | 343 | 14 | 121 | 0 | 13 | 443 | 115 | 65 |
| Binary | 11001000 | 101100 | 11100011 | 1100 | 1010001 | 0 | 1011 | 100100011 | 1001101 | 110101 |
Color Harmonies of #C82CE3
Complementary color
Monochromatic Colors of #C82CE3
Black with #C82CE3
Text Example
Text Example
White with #C82CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CE3; }
p { color: rgb(200,44,227); }
H1.HeaderClassName
{
color: #C82CE3;
}
.AnyTagClassName
{
color: #C82CE3;
}
</style>
background-color css
<style>
a { background-color: #C82CE3; }
a { background-color: rgb(200,44,227); }
div.DivClassName
{
background-color: #C82CE3;
}
.BgClassName
{
background-color: #C82CE3;
}
</style>
border-color css
<style>
span { border-color: #C82CE3; }
span { border-color: rgb(200,44,227); }
td.TdClassName
{
border-color: #C82CE3;
}
.TagClassName
{
border-color: #C82CE3;
}
</style>