Shades of Medium Orchid #C944DC
Tints of Medium Orchid #C944DC
RGB
CMYK
RGB Variations
Color information
#C944DC (or 0xC944DC) is known color: Medium Orchid. HEX triplet: C9, 44 and DC. RGB value is (201,68,220). Sum of RGB (Red+Green+Blue) = 201+68+220=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #C944DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C944DC is #36BB23. Grayscale: #7C7C7C. Windows color (decimal): -3586852 or 14435529. OLE color: 14435529.
HSL color Cylindrical-coordinate representation of color #C944DC: hue angle of 292.5º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C944DC is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 68 | 220 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.14 |
| HSL | 292.5º | 0.68% | 0.56% | - |
| HSV(B) | 292.5º | 0.69% | 0.86% | - |
| XYZ | 39.07 | 21.72 | 69.84 | - |
| YUV | 125.1 | 181.56 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 68 | 220 | 0.09 | 0.69 | 0 | 0.14 | 292.5 | 0.68 | 0.56 |
| Hex | C9 | 44 | DC | 9 | 45 | 0 | E | 124 | 44 | 38 |
| Octal | 311 | 104 | 334 | 11 | 105 | 0 | 16 | 444 | 104 | 70 |
| Binary | 11001001 | 1000100 | 11011100 | 1001 | 1000101 | 0 | 1110 | 100100100 | 1000100 | 111000 |
Color Harmonies of #C944DC
Complementary color
Monochromatic Colors of #C944DC
Black with #C944DC
Text Example
Text Example
White with #C944DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C944DC; }
p { color: rgb(201,68,220); }
H1.HeaderClassName
{
color: #C944DC;
}
.AnyTagClassName
{
color: #C944DC;
}
</style>
background-color css
<style>
a { background-color: #C944DC; }
a { background-color: rgb(201,68,220); }
div.DivClassName
{
background-color: #C944DC;
}
.BgClassName
{
background-color: #C944DC;
}
</style>
border-color css
<style>
span { border-color: #C944DC; }
span { border-color: rgb(201,68,220); }
td.TdClassName
{
border-color: #C944DC;
}
.TagClassName
{
border-color: #C944DC;
}
</style>