Shades of Medium Orchid #C841DD
Tints of Medium Orchid #C841DD
RGB
CMYK
RGB Variations
Color information
#C841DD (or 0xC841DD) is known color: Medium Orchid. HEX triplet: C8, 41 and DD. RGB value is (200,65,221). Sum of RGB (Red+Green+Blue) = 200+65+221=486 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.15% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 221 (86.72% from 255 or 45.47% from 486); Max value from RGB is 221 - color contains mainly: blue. Hex color #C841DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841DD is #37BE22. Grayscale: #7A7A7A. Windows color (decimal): -3653155 or 14500296. OLE color: 14500296.
HSL color Cylindrical-coordinate representation of color #C841DD: hue angle of 291.92º degrees, saturation: 0.7, 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 #C841DD is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 65 | 221 | - |
| CMYK | 0.10 | 0.71 | 0 | 0.13 |
| HSL | 291.92º | 0.7% | 0.56% | - |
| HSV(B) | 291.92º | 0.71% | 0.87% | - |
| XYZ | 38.76 | 21.28 | 70.47 | - |
| YUV | 123.15 | 183.23 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 221 | 0.10 | 0.71 | 0 | 0.13 | 291.92 | 0.7 | 0.56 |
| Hex | C8 | 41 | DD | A | 47 | 0 | D | 124 | 46 | 38 |
| Octal | 310 | 101 | 335 | 12 | 107 | 0 | 15 | 444 | 106 | 70 |
| Binary | 11001000 | 1000001 | 11011101 | 1010 | 1000111 | 0 | 1101 | 100100100 | 1000110 | 111000 |
Color Harmonies of #C841DD
Complementary color
Monochromatic Colors of #C841DD
Black with #C841DD
Text Example
Text Example
White with #C841DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841DD; }
p { color: rgb(200,65,221); }
H1.HeaderClassName
{
color: #C841DD;
}
.AnyTagClassName
{
color: #C841DD;
}
</style>
background-color css
<style>
a { background-color: #C841DD; }
a { background-color: rgb(200,65,221); }
div.DivClassName
{
background-color: #C841DD;
}
.BgClassName
{
background-color: #C841DD;
}
</style>
border-color css
<style>
span { border-color: #C841DD; }
span { border-color: rgb(200,65,221); }
td.TdClassName
{
border-color: #C841DD;
}
.TagClassName
{
border-color: #C841DD;
}
</style>