Shades of Medium Orchid #C830DD
Tints of Medium Orchid #C830DD
RGB
CMYK
RGB Variations
Color information
#C830DD (or 0xC830DD) is known color: Medium Orchid. HEX triplet: C8, 30 and DD. RGB value is (200,48,221). Sum of RGB (Red+Green+Blue) = 200+48+221=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 48 (19.14% from 255 or 10.23% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #C830DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830DD is #37CF22. Grayscale: #707070. Windows color (decimal): -3657507 or 14495944. OLE color: 14495944.
HSL color Cylindrical-coordinate representation of color #C830DD: hue angle of 292.72º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C830DD is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 48 | 221 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.13 |
| HSL | 292.72º | 0.72% | 0.53% | - |
| HSV(B) | 292.72º | 0.78% | 0.87% | - |
| XYZ | 37.93 | 19.61 | 70.19 | - |
| YUV | 113.17 | 188.86 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 221 | 0.10 | 0.78 | 0 | 0.13 | 292.72 | 0.72 | 0.53 |
| Hex | C8 | 30 | DD | A | 4E | 0 | D | 125 | 48 | 35 |
| Octal | 310 | 60 | 335 | 12 | 116 | 0 | 15 | 445 | 110 | 65 |
| Binary | 11001000 | 110000 | 11011101 | 1010 | 1001110 | 0 | 1101 | 100100101 | 1001000 | 110101 |
Color Harmonies of #C830DD
Complementary color
Monochromatic Colors of #C830DD
Black with #C830DD
Text Example
Text Example
White with #C830DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830DD; }
p { color: rgb(200,48,221); }
H1.HeaderClassName
{
color: #C830DD;
}
.AnyTagClassName
{
color: #C830DD;
}
</style>
background-color css
<style>
a { background-color: #C830DD; }
a { background-color: rgb(200,48,221); }
div.DivClassName
{
background-color: #C830DD;
}
.BgClassName
{
background-color: #C830DD;
}
</style>
border-color css
<style>
span { border-color: #C830DD; }
span { border-color: rgb(200,48,221); }
td.TdClassName
{
border-color: #C830DD;
}
.TagClassName
{
border-color: #C830DD;
}
</style>