Shades of Medium Orchid #C859DD
Tints of Medium Orchid #C859DD
RGB
CMYK
RGB Variations
Color information
#C859DD (or 0xC859DD) is known color: Medium Orchid. HEX triplet: C8, 59 and DD. RGB value is (200,89,221). Sum of RGB (Red+Green+Blue) = 200+89+221=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 89 (35.16% from 255 or 17.45% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #C859DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859DD is #37A622. Grayscale: #888888. Windows color (decimal): -3647011 or 14506440. OLE color: 14506440.
HSL color Cylindrical-coordinate representation of color #C859DD: hue angle of 290.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C859DD is Cyan = 0.10, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 89 | 221 | - |
| CMYK | 0.10 | 0.60 | 0 | 0.13 |
| HSL | 290.45º | 0.66% | 0.61% | - |
| HSV(B) | 290.45º | 0.6% | 0.87% | - |
| XYZ | 40.44 | 24.64 | 71.03 | - |
| YUV | 137.24 | 175.27 | 172.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 221 | 0.10 | 0.60 | 0 | 0.13 | 290.45 | 0.66 | 0.61 |
| Hex | C8 | 59 | DD | A | 3C | 0 | D | 122 | 42 | 3D |
| Octal | 310 | 131 | 335 | 12 | 74 | 0 | 15 | 442 | 102 | 75 |
| Binary | 11001000 | 1011001 | 11011101 | 1010 | 111100 | 0 | 1101 | 100100010 | 1000010 | 111101 |
Color Harmonies of #C859DD
Complementary color
Monochromatic Colors of #C859DD
Black with #C859DD
Text Example
Text Example
White with #C859DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859DD; }
p { color: rgb(200,89,221); }
H1.HeaderClassName
{
color: #C859DD;
}
.AnyTagClassName
{
color: #C859DD;
}
</style>
background-color css
<style>
a { background-color: #C859DD; }
a { background-color: rgb(200,89,221); }
div.DivClassName
{
background-color: #C859DD;
}
.BgClassName
{
background-color: #C859DD;
}
</style>
border-color css
<style>
span { border-color: #C859DD; }
span { border-color: rgb(200,89,221); }
td.TdClassName
{
border-color: #C859DD;
}
.TagClassName
{
border-color: #C859DD;
}
</style>