Shades of Medium Orchid #C944DF
Tints of Medium Orchid #C944DF
RGB
CMYK
RGB Variations
Color information
#C944DF (or 0xC944DF) is known color: Medium Orchid. HEX triplet: C9, 44 and DF. RGB value is (201,68,223). Sum of RGB (Red+Green+Blue) = 201+68+223=492 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.85% from 492); Green value is 68 (26.95% from 255 or 13.82% from 492); Blue value is 223 (87.5% from 255 or 45.33% from 492); Max value from RGB is 223 - color contains mainly: blue. Hex color #C944DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944DF is #36BB20. Grayscale: #7C7C7C. Windows color (decimal): -3586849 or 14632137. OLE color: 14632137.
HSL color Cylindrical-coordinate representation of color #C944DF: hue angle of 291.48º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C944DF is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 68 | 223 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.13 |
| HSL | 291.48º | 0.71% | 0.57% | - |
| HSV(B) | 291.48º | 0.7% | 0.87% | - |
| XYZ | 39.47 | 21.88 | 71.95 | - |
| YUV | 125.44 | 183.06 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 223 | 0.10 | 0.70 | 0 | 0.13 | 291.48 | 0.71 | 0.57 |
| Hex | C9 | 44 | DF | A | 46 | 0 | D | 123 | 47 | 39 |
| Octal | 311 | 104 | 337 | 12 | 106 | 0 | 15 | 443 | 107 | 71 |
| Binary | 11001001 | 1000100 | 11011111 | 1010 | 1000110 | 0 | 1101 | 100100011 | 1000111 | 111001 |
Color Harmonies of #C944DF
Complementary color
Monochromatic Colors of #C944DF
Black with #C944DF
Text Example
Text Example
White with #C944DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944DF; }
p { color: rgb(201,68,223); }
H1.HeaderClassName
{
color: #C944DF;
}
.AnyTagClassName
{
color: #C944DF;
}
</style>
background-color css
<style>
a { background-color: #C944DF; }
a { background-color: rgb(201,68,223); }
div.DivClassName
{
background-color: #C944DF;
}
.BgClassName
{
background-color: #C944DF;
}
</style>
border-color css
<style>
span { border-color: #C944DF; }
span { border-color: rgb(201,68,223); }
td.TdClassName
{
border-color: #C944DF;
}
.TagClassName
{
border-color: #C944DF;
}
</style>