Shades of Medium Orchid #C830D3
Tints of Medium Orchid #C830D3
RGB
CMYK
RGB Variations
Color information
#C830D3 (or 0xC830D3) is known color: Medium Orchid. HEX triplet: C8, 30 and D3. RGB value is (200,48,211). Sum of RGB (Red+Green+Blue) = 200+48+211=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #C830D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830D3 is #37CF2C. Grayscale: #6F6F6F. Windows color (decimal): -3657517 or 13840584. OLE color: 13840584.
HSL color Cylindrical-coordinate representation of color #C830D3: hue angle of 295.95º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C830D3 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 48 | 211 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.17 |
| HSL | 295.95º | 0.65% | 0.51% | - |
| HSV(B) | 295.95º | 0.77% | 0.83% | - |
| XYZ | 36.63 | 19.1 | 63.38 | - |
| YUV | 112.03 | 183.86 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 211 | 0.05 | 0.77 | 0 | 0.17 | 295.95 | 0.65 | 0.51 |
| Hex | C8 | 30 | D3 | 5 | 4D | 0 | 11 | 128 | 41 | 33 |
| Octal | 310 | 60 | 323 | 5 | 115 | 0 | 21 | 450 | 101 | 63 |
| Binary | 11001000 | 110000 | 11010011 | 101 | 1001101 | 0 | 10001 | 100101000 | 1000001 | 110011 |
Color Harmonies of #C830D3
Complementary color
Monochromatic Colors of #C830D3
Black with #C830D3
Text Example
Text Example
White with #C830D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830D3; }
p { color: rgb(200,48,211); }
H1.HeaderClassName
{
color: #C830D3;
}
.AnyTagClassName
{
color: #C830D3;
}
</style>
background-color css
<style>
a { background-color: #C830D3; }
a { background-color: rgb(200,48,211); }
div.DivClassName
{
background-color: #C830D3;
}
.BgClassName
{
background-color: #C830D3;
}
</style>
border-color css
<style>
span { border-color: #C830D3; }
span { border-color: rgb(200,48,211); }
td.TdClassName
{
border-color: #C830D3;
}
.TagClassName
{
border-color: #C830D3;
}
</style>