Shades of Medium Orchid #C844DD
Tints of Medium Orchid #C844DD
RGB
CMYK
RGB Variations
Color information
#C844DD (or 0xC844DD) is known color: Medium Orchid. HEX triplet: C8, 44 and DD. RGB value is (200,68,221). Sum of RGB (Red+Green+Blue) = 200+68+221=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 68 (26.95% from 255 or 13.91% from 489); Blue value is 221 (86.72% from 255 or 45.19% from 489); Max value from RGB is 221 - color contains mainly: blue. Hex color #C844DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844DD is #37BB22. Grayscale: #7C7C7C. Windows color (decimal): -3652387 or 14501064. OLE color: 14501064.
HSL color Cylindrical-coordinate representation of color #C844DD: hue angle of 291.76º 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 #C844DD is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 68 | 221 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.13 |
| HSL | 291.76º | 0.69% | 0.57% | - |
| HSV(B) | 291.76º | 0.69% | 0.87% | - |
| XYZ | 38.94 | 21.63 | 70.53 | - |
| YUV | 124.91 | 182.23 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 221 | 0.10 | 0.69 | 0 | 0.13 | 291.76 | 0.69 | 0.57 |
| Hex | C8 | 44 | DD | A | 45 | 0 | D | 124 | 45 | 39 |
| Octal | 310 | 104 | 335 | 12 | 105 | 0 | 15 | 444 | 105 | 71 |
| Binary | 11001000 | 1000100 | 11011101 | 1010 | 1000101 | 0 | 1101 | 100100100 | 1000101 | 111001 |
Color Harmonies of #C844DD
Complementary color
Monochromatic Colors of #C844DD
Black with #C844DD
Text Example
Text Example
White with #C844DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844DD; }
p { color: rgb(200,68,221); }
H1.HeaderClassName
{
color: #C844DD;
}
.AnyTagClassName
{
color: #C844DD;
}
</style>
background-color css
<style>
a { background-color: #C844DD; }
a { background-color: rgb(200,68,221); }
div.DivClassName
{
background-color: #C844DD;
}
.BgClassName
{
background-color: #C844DD;
}
</style>
border-color css
<style>
span { border-color: #C844DD; }
span { border-color: rgb(200,68,221); }
td.TdClassName
{
border-color: #C844DD;
}
.TagClassName
{
border-color: #C844DD;
}
</style>