Shades of Medium Orchid #C82CE0
Tints of Medium Orchid #C82CE0
RGB
CMYK
RGB Variations
Color information
#C82CE0 (or 0xC82CE0) is known color: Medium Orchid. HEX triplet: C8, 2C and E0. RGB value is (200,44,224). Sum of RGB (Red+Green+Blue) = 200+44+224=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 44 (17.58% from 255 or 9.40% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #C82CE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CE0 is #37D31F. Grayscale: #6E6E6E. Windows color (decimal): -3658528 or 14691528. OLE color: 14691528.
HSL color Cylindrical-coordinate representation of color #C82CE0: hue angle of 292º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82CE0 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 200 | 44 | 224 | - |
| CMYK | 0.11 | 0.80 | 0 | 0.12 |
| HSL | 292º | 0.74% | 0.53% | - |
| HSV(B) | 292º | 0.8% | 0.88% | - |
| XYZ | 38.17 | 19.46 | 72.27 | - |
| YUV | 111.16 | 191.68 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 224 | 0.11 | 0.80 | 0 | 0.12 | 292 | 0.74 | 0.53 |
| Hex | C8 | 2C | E0 | B | 50 | 0 | C | 124 | 4A | 35 |
| Octal | 310 | 54 | 340 | 13 | 120 | 0 | 14 | 444 | 112 | 65 |
| Binary | 11001000 | 101100 | 11100000 | 1011 | 1010000 | 0 | 1100 | 100100100 | 1001010 | 110101 |
Color Harmonies of #C82CE0
Complementary color
Monochromatic Colors of #C82CE0
Black with #C82CE0
Text Example
Text Example
White with #C82CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CE0; }
p { color: rgb(200,44,224); }
H1.HeaderClassName
{
color: #C82CE0;
}
.AnyTagClassName
{
color: #C82CE0;
}
</style>
background-color css
<style>
a { background-color: #C82CE0; }
a { background-color: rgb(200,44,224); }
div.DivClassName
{
background-color: #C82CE0;
}
.BgClassName
{
background-color: #C82CE0;
}
</style>
border-color css
<style>
span { border-color: #C82CE0; }
span { border-color: rgb(200,44,224); }
td.TdClassName
{
border-color: #C82CE0;
}
.TagClassName
{
border-color: #C82CE0;
}
</style>