Shades of Medium Orchid #C931DF
Tints of Medium Orchid #C931DF
RGB
CMYK
RGB Variations
Color information
#C931DF (or 0xC931DF) is known color: Medium Orchid. HEX triplet: C9, 31 and DF. RGB value is (201,49,223). Sum of RGB (Red+Green+Blue) = 201+49+223=473 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.49% from 473); Green value is 49 (19.53% from 255 or 10.36% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #C931DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C931DF is #36CE20. Grayscale: #717171. Windows color (decimal): -3591713 or 14627273. OLE color: 14627273.
HSL color Cylindrical-coordinate representation of color #C931DF: hue angle of 292.41º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C931DF is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 49 | 223 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.13 |
| HSL | 292.41º | 0.73% | 0.53% | - |
| HSV(B) | 292.41º | 0.78% | 0.87% | - |
| XYZ | 38.5 | 19.94 | 71.63 | - |
| YUV | 114.28 | 189.36 | 189.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 49 | 223 | 0.10 | 0.78 | 0 | 0.13 | 292.41 | 0.73 | 0.53 |
| Hex | C9 | 31 | DF | A | 4E | 0 | D | 124 | 49 | 35 |
| Octal | 311 | 61 | 337 | 12 | 116 | 0 | 15 | 444 | 111 | 65 |
| Binary | 11001001 | 110001 | 11011111 | 1010 | 1001110 | 0 | 1101 | 100100100 | 1001001 | 110101 |
Color Harmonies of #C931DF
Complementary color
Monochromatic Colors of #C931DF
Black with #C931DF
Text Example
Text Example
White with #C931DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C931DF; }
p { color: rgb(201,49,223); }
H1.HeaderClassName
{
color: #C931DF;
}
.AnyTagClassName
{
color: #C931DF;
}
</style>
background-color css
<style>
a { background-color: #C931DF; }
a { background-color: rgb(201,49,223); }
div.DivClassName
{
background-color: #C931DF;
}
.BgClassName
{
background-color: #C931DF;
}
</style>
border-color css
<style>
span { border-color: #C931DF; }
span { border-color: rgb(201,49,223); }
td.TdClassName
{
border-color: #C931DF;
}
.TagClassName
{
border-color: #C931DF;
}
</style>