Shades of Medium Orchid #C844DF
Tints of Medium Orchid #C844DF
RGB
CMYK
RGB Variations
Color information
#C844DF (or 0xC844DF) is known color: Medium Orchid. HEX triplet: C8, 44 and DF. RGB value is (200,68,223). Sum of RGB (Red+Green+Blue) = 200+68+223=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 68 (26.95% from 255 or 13.85% from 491); Blue value is 223 (87.5% from 255 or 45.42% from 491); Max value from RGB is 223 - color contains mainly: blue. Hex color #C844DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844DF is #37BB20. Grayscale: #7C7C7C. Windows color (decimal): -3652385 or 14632136. OLE color: 14632136.
HSL color Cylindrical-coordinate representation of color #C844DF: hue angle of 291.1º 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 #C844DF is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 68 | 223 | - |
| CMYK | 0.10 | 0.70 | 0 | 0.13 |
| HSL | 291.1º | 0.71% | 0.57% | - |
| HSV(B) | 291.1º | 0.7% | 0.87% | - |
| XYZ | 39.21 | 21.74 | 71.94 | - |
| YUV | 125.14 | 183.23 | 181.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 223 | 0.10 | 0.70 | 0 | 0.13 | 291.1 | 0.71 | 0.57 |
| Hex | C8 | 44 | DF | A | 46 | 0 | D | 123 | 47 | 39 |
| Octal | 310 | 104 | 337 | 12 | 106 | 0 | 15 | 443 | 107 | 71 |
| Binary | 11001000 | 1000100 | 11011111 | 1010 | 1000110 | 0 | 1101 | 100100011 | 1000111 | 111001 |
Color Harmonies of #C844DF
Complementary color
Monochromatic Colors of #C844DF
Black with #C844DF
Text Example
Text Example
White with #C844DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844DF; }
p { color: rgb(200,68,223); }
H1.HeaderClassName
{
color: #C844DF;
}
.AnyTagClassName
{
color: #C844DF;
}
</style>
background-color css
<style>
a { background-color: #C844DF; }
a { background-color: rgb(200,68,223); }
div.DivClassName
{
background-color: #C844DF;
}
.BgClassName
{
background-color: #C844DF;
}
</style>
border-color css
<style>
span { border-color: #C844DF; }
span { border-color: rgb(200,68,223); }
td.TdClassName
{
border-color: #C844DF;
}
.TagClassName
{
border-color: #C844DF;
}
</style>