Shades of Medium Orchid #C830D7
Tints of Medium Orchid #C830D7
RGB
CMYK
RGB Variations
Color information
#C830D7 (or 0xC830D7) is known color: Medium Orchid. HEX triplet: C8, 30 and D7. RGB value is (200,48,215). Sum of RGB (Red+Green+Blue) = 200+48+215=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 48 (19.14% from 255 or 10.37% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #C830D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830D7 is #37CF28. Grayscale: #6F6F6F. Windows color (decimal): -3657513 or 14102728. OLE color: 14102728.
HSL color Cylindrical-coordinate representation of color #C830D7: hue angle of 294.61º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C830D7 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 48 | 215 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.16 |
| HSL | 294.61º | 0.68% | 0.52% | - |
| HSV(B) | 294.61º | 0.78% | 0.84% | - |
| XYZ | 37.14 | 19.3 | 66.06 | - |
| YUV | 112.49 | 185.86 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 215 | 0.07 | 0.78 | 0 | 0.16 | 294.61 | 0.68 | 0.52 |
| Hex | C8 | 30 | D7 | 7 | 4E | 0 | 10 | 127 | 44 | 34 |
| Octal | 310 | 60 | 327 | 7 | 116 | 0 | 20 | 447 | 104 | 64 |
| Binary | 11001000 | 110000 | 11010111 | 111 | 1001110 | 0 | 10000 | 100100111 | 1000100 | 110100 |
Color Harmonies of #C830D7
Complementary color
Monochromatic Colors of #C830D7
Black with #C830D7
Text Example
Text Example
White with #C830D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830D7; }
p { color: rgb(200,48,215); }
H1.HeaderClassName
{
color: #C830D7;
}
.AnyTagClassName
{
color: #C830D7;
}
</style>
background-color css
<style>
a { background-color: #C830D7; }
a { background-color: rgb(200,48,215); }
div.DivClassName
{
background-color: #C830D7;
}
.BgClassName
{
background-color: #C830D7;
}
</style>
border-color css
<style>
span { border-color: #C830D7; }
span { border-color: rgb(200,48,215); }
td.TdClassName
{
border-color: #C830D7;
}
.TagClassName
{
border-color: #C830D7;
}
</style>