Shades of Medium Orchid #C832DE
Tints of Medium Orchid #C832DE
RGB
CMYK
RGB Variations
Color information
#C832DE (or 0xC832DE) is known color: Medium Orchid. HEX triplet: C8, 32 and DE. RGB value is (200,50,222). Sum of RGB (Red+Green+Blue) = 200+50+222=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 222 (87.11% from 255 or 47.03% from 472); Max value from RGB is 222 - color contains mainly: blue. Hex color #C832DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832DE is #37CD21. Grayscale: #717171. Windows color (decimal): -3656994 or 14561992. OLE color: 14561992.
HSL color Cylindrical-coordinate representation of color #C832DE: hue angle of 292.33º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C832DE is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 50 | 222 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.13 |
| HSL | 292.33º | 0.72% | 0.53% | - |
| HSV(B) | 292.33º | 0.77% | 0.87% | - |
| XYZ | 38.14 | 19.83 | 70.93 | - |
| YUV | 114.46 | 188.7 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 222 | 0.10 | 0.77 | 0 | 0.13 | 292.33 | 0.72 | 0.53 |
| Hex | C8 | 32 | DE | A | 4D | 0 | D | 124 | 48 | 35 |
| Octal | 310 | 62 | 336 | 12 | 115 | 0 | 15 | 444 | 110 | 65 |
| Binary | 11001000 | 110010 | 11011110 | 1010 | 1001101 | 0 | 1101 | 100100100 | 1001000 | 110101 |
Color Harmonies of #C832DE
Complementary color
Monochromatic Colors of #C832DE
Black with #C832DE
Text Example
Text Example
White with #C832DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832DE; }
p { color: rgb(200,50,222); }
H1.HeaderClassName
{
color: #C832DE;
}
.AnyTagClassName
{
color: #C832DE;
}
</style>
background-color css
<style>
a { background-color: #C832DE; }
a { background-color: rgb(200,50,222); }
div.DivClassName
{
background-color: #C832DE;
}
.BgClassName
{
background-color: #C832DE;
}
</style>
border-color css
<style>
span { border-color: #C832DE; }
span { border-color: rgb(200,50,222); }
td.TdClassName
{
border-color: #C832DE;
}
.TagClassName
{
border-color: #C832DE;
}
</style>