Shades of Medium Orchid #C82DD7
Tints of Medium Orchid #C82DD7
RGB
CMYK
RGB Variations
Color information
#C82DD7 (or 0xC82DD7) is known color: Medium Orchid. HEX triplet: C8, 2D and D7. RGB value is (200,45,215). Sum of RGB (Red+Green+Blue) = 200+45+215=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 45 (17.97% from 255 or 9.78% from 460); Blue value is 215 (84.38% from 255 or 46.74% from 460); Max value from RGB is 215 - color contains mainly: blue. Hex color #C82DD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C82DD7 is #37D228. Grayscale: #6E6E6E. Windows color (decimal): -3658281 or 14101960. OLE color: 14101960.
HSL color Cylindrical-coordinate representation of color #C82DD7: hue angle of 294.71º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82DD7 is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 45 | 215 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.16 |
| HSL | 294.71º | 0.68% | 0.51% | - |
| HSV(B) | 294.71º | 0.79% | 0.84% | - |
| XYZ | 37.02 | 19.06 | 66.02 | - |
| YUV | 110.73 | 186.85 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 45 | 215 | 0.07 | 0.79 | 0 | 0.16 | 294.71 | 0.68 | 0.51 |
| Hex | C8 | 2D | D7 | 7 | 4F | 0 | 10 | 127 | 44 | 33 |
| Octal | 310 | 55 | 327 | 7 | 117 | 0 | 20 | 447 | 104 | 63 |
| Binary | 11001000 | 101101 | 11010111 | 111 | 1001111 | 0 | 10000 | 100100111 | 1000100 | 110011 |
Color Harmonies of #C82DD7
Complementary color
Monochromatic Colors of #C82DD7
Black with #C82DD7
Text Example
Text Example
White with #C82DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82DD7; }
p { color: rgb(200,45,215); }
H1.HeaderClassName
{
color: #C82DD7;
}
.AnyTagClassName
{
color: #C82DD7;
}
</style>
background-color css
<style>
a { background-color: #C82DD7; }
a { background-color: rgb(200,45,215); }
div.DivClassName
{
background-color: #C82DD7;
}
.BgClassName
{
background-color: #C82DD7;
}
</style>
border-color css
<style>
span { border-color: #C82DD7; }
span { border-color: rgb(200,45,215); }
td.TdClassName
{
border-color: #C82DD7;
}
.TagClassName
{
border-color: #C82DD7;
}
</style>