Shades of Medium Orchid #C82DDF
Tints of Medium Orchid #C82DDF
RGB
CMYK
RGB Variations
Color information
#C82DDF (or 0xC82DDF) is known color: Medium Orchid. HEX triplet: C8, 2D and DF. RGB value is (200,45,223). Sum of RGB (Red+Green+Blue) = 200+45+223=468 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.74% from 468); Green value is 45 (17.97% from 255 or 9.62% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #C82DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DDF is #37D220. Grayscale: #6F6F6F. Windows color (decimal): -3658273 or 14626248. OLE color: 14626248.
HSL color Cylindrical-coordinate representation of color #C82DDF: hue angle of 292.25º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C82DDF is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 45 | 223 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.13 |
| HSL | 292.25º | 0.74% | 0.53% | - |
| HSV(B) | 292.25º | 0.8% | 0.87% | - |
| XYZ | 38.08 | 19.48 | 71.57 | - |
| YUV | 111.64 | 190.85 | 191.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 223 | 0.10 | 0.80 | 0 | 0.13 | 292.25 | 0.74 | 0.53 |
| Hex | C8 | 2D | DF | A | 50 | 0 | D | 124 | 4A | 35 |
| Octal | 310 | 55 | 337 | 12 | 120 | 0 | 15 | 444 | 112 | 65 |
| Binary | 11001000 | 101101 | 11011111 | 1010 | 1010000 | 0 | 1101 | 100100100 | 1001010 | 110101 |
Color Harmonies of #C82DDF
Complementary color
Monochromatic Colors of #C82DDF
Black with #C82DDF
Text Example
Text Example
White with #C82DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DDF; }
p { color: rgb(200,45,223); }
H1.HeaderClassName
{
color: #C82DDF;
}
.AnyTagClassName
{
color: #C82DDF;
}
</style>
background-color css
<style>
a { background-color: #C82DDF; }
a { background-color: rgb(200,45,223); }
div.DivClassName
{
background-color: #C82DDF;
}
.BgClassName
{
background-color: #C82DDF;
}
</style>
border-color css
<style>
span { border-color: #C82DDF; }
span { border-color: rgb(200,45,223); }
td.TdClassName
{
border-color: #C82DDF;
}
.TagClassName
{
border-color: #C82DDF;
}
</style>