Shades of Medium Orchid #C832DB
Tints of Medium Orchid #C832DB
RGB
CMYK
RGB Variations
Color information
#C832DB (or 0xC832DB) is known color: Medium Orchid. HEX triplet: C8, 32 and DB. RGB value is (200,50,219). Sum of RGB (Red+Green+Blue) = 200+50+219=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #C832DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832DB is #37CD24. Grayscale: #717171. Windows color (decimal): -3656997 or 14365384. OLE color: 14365384.
HSL color Cylindrical-coordinate representation of color #C832DB: hue angle of 293.25º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C832DB is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 50 | 219 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.14 |
| HSL | 293.25º | 0.7% | 0.53% | - |
| HSV(B) | 293.25º | 0.77% | 0.86% | - |
| XYZ | 37.75 | 19.68 | 68.83 | - |
| YUV | 114.12 | 187.2 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 219 | 0.09 | 0.77 | 0 | 0.14 | 293.25 | 0.7 | 0.53 |
| Hex | C8 | 32 | DB | 9 | 4D | 0 | E | 125 | 46 | 35 |
| Octal | 310 | 62 | 333 | 11 | 115 | 0 | 16 | 445 | 106 | 65 |
| Binary | 11001000 | 110010 | 11011011 | 1001 | 1001101 | 0 | 1110 | 100100101 | 1000110 | 110101 |
Color Harmonies of #C832DB
Complementary color
Monochromatic Colors of #C832DB
Black with #C832DB
Text Example
Text Example
White with #C832DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832DB; }
p { color: rgb(200,50,219); }
H1.HeaderClassName
{
color: #C832DB;
}
.AnyTagClassName
{
color: #C832DB;
}
</style>
background-color css
<style>
a { background-color: #C832DB; }
a { background-color: rgb(200,50,219); }
div.DivClassName
{
background-color: #C832DB;
}
.BgClassName
{
background-color: #C832DB;
}
</style>
border-color css
<style>
span { border-color: #C832DB; }
span { border-color: rgb(200,50,219); }
td.TdClassName
{
border-color: #C832DB;
}
.TagClassName
{
border-color: #C832DB;
}
</style>