Shades of Medium Orchid #C932DD
Tints of Medium Orchid #C932DD
RGB
CMYK
RGB Variations
Color information
#C932DD (or 0xC932DD) is known color: Medium Orchid. HEX triplet: C9, 32 and DD. RGB value is (201,50,221). Sum of RGB (Red+Green+Blue) = 201+50+221=472 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.58% from 472); Green value is 50 (19.92% from 255 or 10.59% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #C932DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C932DD is #36CD22. Grayscale: #727272. Windows color (decimal): -3591459 or 14496457. OLE color: 14496457.
HSL color Cylindrical-coordinate representation of color #C932DD: hue angle of 292.98º 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 #C932DD is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 50 | 221 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.13 |
| HSL | 292.98º | 0.72% | 0.53% | - |
| HSV(B) | 292.98º | 0.77% | 0.87% | - |
| XYZ | 38.28 | 19.92 | 70.23 | - |
| YUV | 114.64 | 188.03 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 50 | 221 | 0.09 | 0.77 | 0 | 0.13 | 292.98 | 0.72 | 0.53 |
| Hex | C9 | 32 | DD | 9 | 4D | 0 | D | 125 | 48 | 35 |
| Octal | 311 | 62 | 335 | 11 | 115 | 0 | 15 | 445 | 110 | 65 |
| Binary | 11001001 | 110010 | 11011101 | 1001 | 1001101 | 0 | 1101 | 100100101 | 1001000 | 110101 |
Color Harmonies of #C932DD
Complementary color
Monochromatic Colors of #C932DD
Black with #C932DD
Text Example
Text Example
White with #C932DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C932DD; }
p { color: rgb(201,50,221); }
H1.HeaderClassName
{
color: #C932DD;
}
.AnyTagClassName
{
color: #C932DD;
}
</style>
background-color css
<style>
a { background-color: #C932DD; }
a { background-color: rgb(201,50,221); }
div.DivClassName
{
background-color: #C932DD;
}
.BgClassName
{
background-color: #C932DD;
}
</style>
border-color css
<style>
span { border-color: #C932DD; }
span { border-color: rgb(201,50,221); }
td.TdClassName
{
border-color: #C932DD;
}
.TagClassName
{
border-color: #C932DD;
}
</style>