Shades of Medium Orchid #C830DB
Tints of Medium Orchid #C830DB
RGB
CMYK
RGB Variations
Color information
#C830DB (or 0xC830DB) is known color: Medium Orchid. HEX triplet: C8, 30 and DB. RGB value is (200,48,219). Sum of RGB (Red+Green+Blue) = 200+48+219=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 48 (19.14% from 255 or 10.28% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #C830DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C830DB is #37CF24. Grayscale: #707070. Windows color (decimal): -3657509 or 14364872. OLE color: 14364872.
HSL color Cylindrical-coordinate representation of color #C830DB: hue angle of 293.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C830DB is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 48 | 219 | - |
| CMYK | 0.09 | 0.78 | 0 | 0.14 |
| HSL | 293.33º | 0.7% | 0.52% | - |
| HSV(B) | 293.33º | 0.78% | 0.86% | - |
| XYZ | 37.66 | 19.51 | 68.8 | - |
| YUV | 112.94 | 187.86 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 219 | 0.09 | 0.78 | 0 | 0.14 | 293.33 | 0.7 | 0.52 |
| Hex | C8 | 30 | DB | 9 | 4E | 0 | E | 125 | 46 | 34 |
| Octal | 310 | 60 | 333 | 11 | 116 | 0 | 16 | 445 | 106 | 64 |
| Binary | 11001000 | 110000 | 11011011 | 1001 | 1001110 | 0 | 1110 | 100100101 | 1000110 | 110100 |
Color Harmonies of #C830DB
Complementary color
Monochromatic Colors of #C830DB
Black with #C830DB
Text Example
Text Example
White with #C830DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C830DB; }
p { color: rgb(200,48,219); }
H1.HeaderClassName
{
color: #C830DB;
}
.AnyTagClassName
{
color: #C830DB;
}
</style>
background-color css
<style>
a { background-color: #C830DB; }
a { background-color: rgb(200,48,219); }
div.DivClassName
{
background-color: #C830DB;
}
.BgClassName
{
background-color: #C830DB;
}
</style>
border-color css
<style>
span { border-color: #C830DB; }
span { border-color: rgb(200,48,219); }
td.TdClassName
{
border-color: #C830DB;
}
.TagClassName
{
border-color: #C830DB;
}
</style>