Shades of Medium Orchid #C82CDF
Tints of Medium Orchid #C82CDF
RGB
CMYK
RGB Variations
Color information
#C82CDF (or 0xC82CDF) is known color: Medium Orchid. HEX triplet: C8, 2C and DF. RGB value is (200,44,223). Sum of RGB (Red+Green+Blue) = 200+44+223=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #C82CDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82CDF is #37D320. Grayscale: #6E6E6E. Windows color (decimal): -3658529 or 14625992. OLE color: 14625992.
HSL color Cylindrical-coordinate representation of color #C82CDF: hue angle of 292.29º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82CDF is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 44 | 223 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.13 |
| HSL | 292.29º | 0.74% | 0.52% | - |
| HSV(B) | 292.29º | 0.8% | 0.87% | - |
| XYZ | 38.04 | 19.41 | 71.55 | - |
| YUV | 111.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 223 | 0.10 | 0.80 | 0 | 0.13 | 292.29 | 0.74 | 0.52 |
| Hex | C8 | 2C | DF | A | 50 | 0 | D | 124 | 4A | 34 |
| Octal | 310 | 54 | 337 | 12 | 120 | 0 | 15 | 444 | 112 | 64 |
| Binary | 11001000 | 101100 | 11011111 | 1010 | 1010000 | 0 | 1101 | 100100100 | 1001010 | 110100 |
Color Harmonies of #C82CDF
Complementary color
Monochromatic Colors of #C82CDF
Black with #C82CDF
Text Example
Text Example
White with #C82CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82CDF; }
p { color: rgb(200,44,223); }
H1.HeaderClassName
{
color: #C82CDF;
}
.AnyTagClassName
{
color: #C82CDF;
}
</style>
background-color css
<style>
a { background-color: #C82CDF; }
a { background-color: rgb(200,44,223); }
div.DivClassName
{
background-color: #C82CDF;
}
.BgClassName
{
background-color: #C82CDF;
}
</style>
border-color css
<style>
span { border-color: #C82CDF; }
span { border-color: rgb(200,44,223); }
td.TdClassName
{
border-color: #C82CDF;
}
.TagClassName
{
border-color: #C82CDF;
}
</style>