Shades of Medium Orchid #C832D3
Tints of Medium Orchid #C832D3
RGB
CMYK
RGB Variations
Color information
#C832D3 (or 0xC832D3) is known color: Medium Orchid. HEX triplet: C8, 32 and D3. RGB value is (200,50,211). Sum of RGB (Red+Green+Blue) = 200+50+211=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #C832D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C832D3 is #37CD2C. Grayscale: #707070. Windows color (decimal): -3657005 or 13841096. OLE color: 13841096.
HSL color Cylindrical-coordinate representation of color #C832D3: hue angle of 295.9º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C832D3 is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 50 | 211 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.17 |
| HSL | 295.9º | 0.65% | 0.51% | - |
| HSV(B) | 295.9º | 0.76% | 0.83% | - |
| XYZ | 36.72 | 19.26 | 63.41 | - |
| YUV | 113.2 | 183.2 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 50 | 211 | 0.05 | 0.76 | 0 | 0.17 | 295.9 | 0.65 | 0.51 |
| Hex | C8 | 32 | D3 | 5 | 4C | 0 | 11 | 128 | 41 | 33 |
| Octal | 310 | 62 | 323 | 5 | 114 | 0 | 21 | 450 | 101 | 63 |
| Binary | 11001000 | 110010 | 11010011 | 101 | 1001100 | 0 | 10001 | 100101000 | 1000001 | 110011 |
Color Harmonies of #C832D3
Complementary color
Monochromatic Colors of #C832D3
Black with #C832D3
Text Example
Text Example
White with #C832D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C832D3; }
p { color: rgb(200,50,211); }
H1.HeaderClassName
{
color: #C832D3;
}
.AnyTagClassName
{
color: #C832D3;
}
</style>
background-color css
<style>
a { background-color: #C832D3; }
a { background-color: rgb(200,50,211); }
div.DivClassName
{
background-color: #C832D3;
}
.BgClassName
{
background-color: #C832D3;
}
</style>
border-color css
<style>
span { border-color: #C832D3; }
span { border-color: rgb(200,50,211); }
td.TdClassName
{
border-color: #C832D3;
}
.TagClassName
{
border-color: #C832D3;
}
</style>