Shades of Medium Orchid #C941DF
Tints of Medium Orchid #C941DF
RGB
CMYK
RGB Variations
Color information
#C941DF (or 0xC941DF) is known color: Medium Orchid. HEX triplet: C9, 41 and DF. RGB value is (201,65,223). Sum of RGB (Red+Green+Blue) = 201+65+223=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 65 (25.78% from 255 or 13.29% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #C941DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C941DF is #36BE20. Grayscale: #7B7B7B. Windows color (decimal): -3587617 or 14631369. OLE color: 14631369.
HSL color Cylindrical-coordinate representation of color #C941DF: hue angle of 291.65º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C941DF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 65 | 223 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.13 |
| HSL | 291.65º | 0.71% | 0.56% | - |
| HSV(B) | 291.65º | 0.71% | 0.87% | - |
| XYZ | 39.3 | 21.53 | 71.9 | - |
| YUV | 123.68 | 184.06 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 223 | 0.10 | 0.71 | 0 | 0.13 | 291.65 | 0.71 | 0.56 |
| Hex | C9 | 41 | DF | A | 47 | 0 | D | 124 | 47 | 38 |
| Octal | 311 | 101 | 337 | 12 | 107 | 0 | 15 | 444 | 107 | 70 |
| Binary | 11001001 | 1000001 | 11011111 | 1010 | 1000111 | 0 | 1101 | 100100100 | 1000111 | 111000 |
Color Harmonies of #C941DF
Complementary color
Monochromatic Colors of #C941DF
Black with #C941DF
Text Example
Text Example
White with #C941DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941DF; }
p { color: rgb(201,65,223); }
H1.HeaderClassName
{
color: #C941DF;
}
.AnyTagClassName
{
color: #C941DF;
}
</style>
background-color css
<style>
a { background-color: #C941DF; }
a { background-color: rgb(201,65,223); }
div.DivClassName
{
background-color: #C941DF;
}
.BgClassName
{
background-color: #C941DF;
}
</style>
border-color css
<style>
span { border-color: #C941DF; }
span { border-color: rgb(201,65,223); }
td.TdClassName
{
border-color: #C941DF;
}
.TagClassName
{
border-color: #C941DF;
}
</style>