Shades of Medium Orchid #C944DD
Tints of Medium Orchid #C944DD
RGB
CMYK
RGB Variations
Color information
#C944DD (or 0xC944DD) is known color: Medium Orchid. HEX triplet: C9, 44 and DD. RGB value is (201,68,221). Sum of RGB (Red+Green+Blue) = 201+68+221=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 68 (26.95% from 255 or 13.88% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #C944DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944DD is #36BB22. Grayscale: #7C7C7C. Windows color (decimal): -3586851 or 14501065. OLE color: 14501065.
HSL color Cylindrical-coordinate representation of color #C944DD: hue angle of 292.16º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C944DD is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 68 | 221 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.13 |
| HSL | 292.16º | 0.69% | 0.57% | - |
| HSV(B) | 292.16º | 0.69% | 0.87% | - |
| XYZ | 39.21 | 21.77 | 70.54 | - |
| YUV | 125.21 | 182.06 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 221 | 0.09 | 0.69 | 0 | 0.13 | 292.16 | 0.69 | 0.57 |
| Hex | C9 | 44 | DD | 9 | 45 | 0 | D | 124 | 45 | 39 |
| Octal | 311 | 104 | 335 | 11 | 105 | 0 | 15 | 444 | 105 | 71 |
| Binary | 11001001 | 1000100 | 11011101 | 1001 | 1000101 | 0 | 1101 | 100100100 | 1000101 | 111001 |
Color Harmonies of #C944DD
Complementary color
Monochromatic Colors of #C944DD
Black with #C944DD
Text Example
Text Example
White with #C944DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944DD; }
p { color: rgb(201,68,221); }
H1.HeaderClassName
{
color: #C944DD;
}
.AnyTagClassName
{
color: #C944DD;
}
</style>
background-color css
<style>
a { background-color: #C944DD; }
a { background-color: rgb(201,68,221); }
div.DivClassName
{
background-color: #C944DD;
}
.BgClassName
{
background-color: #C944DD;
}
</style>
border-color css
<style>
span { border-color: #C944DD; }
span { border-color: rgb(201,68,221); }
td.TdClassName
{
border-color: #C944DD;
}
.TagClassName
{
border-color: #C944DD;
}
</style>