Shades of Medium Orchid #C841DF
Tints of Medium Orchid #C841DF
RGB
CMYK
RGB Variations
Color information
#C841DF (or 0xC841DF) is known color: Medium Orchid. HEX triplet: C8, 41 and DF. RGB value is (200,65,223). Sum of RGB (Red+Green+Blue) = 200+65+223=488 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.98% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #C841DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841DF is #37BE20. Grayscale: #7A7A7A. Windows color (decimal): -3653153 or 14631368. OLE color: 14631368.
HSL color Cylindrical-coordinate representation of color #C841DF: hue angle of 291.27º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C841DF is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 65 | 223 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.13 |
| HSL | 291.27º | 0.71% | 0.56% | - |
| HSV(B) | 291.27º | 0.71% | 0.87% | - |
| XYZ | 39.03 | 21.39 | 71.88 | - |
| YUV | 123.38 | 184.23 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 223 | 0.10 | 0.71 | 0 | 0.13 | 291.27 | 0.71 | 0.56 |
| Hex | C8 | 41 | DF | A | 47 | 0 | D | 123 | 47 | 38 |
| Octal | 310 | 101 | 337 | 12 | 107 | 0 | 15 | 443 | 107 | 70 |
| Binary | 11001000 | 1000001 | 11011111 | 1010 | 1000111 | 0 | 1101 | 100100011 | 1000111 | 111000 |
Color Harmonies of #C841DF
Complementary color
Monochromatic Colors of #C841DF
Black with #C841DF
Text Example
Text Example
White with #C841DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841DF; }
p { color: rgb(200,65,223); }
H1.HeaderClassName
{
color: #C841DF;
}
.AnyTagClassName
{
color: #C841DF;
}
</style>
background-color css
<style>
a { background-color: #C841DF; }
a { background-color: rgb(200,65,223); }
div.DivClassName
{
background-color: #C841DF;
}
.BgClassName
{
background-color: #C841DF;
}
</style>
border-color css
<style>
span { border-color: #C841DF; }
span { border-color: rgb(200,65,223); }
td.TdClassName
{
border-color: #C841DF;
}
.TagClassName
{
border-color: #C841DF;
}
</style>