Shades of Medium Orchid #C859DA
Tints of Medium Orchid #C859DA
RGB
CMYK
RGB Variations
Color information
#C859DA (or 0xC859DA) is known color: Medium Orchid. HEX triplet: C8, 59 and DA. RGB value is (200,89,218). Sum of RGB (Red+Green+Blue) = 200+89+218=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 89 (35.16% from 255 or 17.55% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #C859DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C859DA is #37A625. Grayscale: #888888. Windows color (decimal): -3647014 or 14309832. OLE color: 14309832.
HSL color Cylindrical-coordinate representation of color #C859DA: hue angle of 291.63º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C859DA is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 89 | 218 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.15 |
| HSL | 291.63º | 0.64% | 0.6% | - |
| HSV(B) | 291.63º | 0.59% | 0.85% | - |
| XYZ | 40.05 | 24.49 | 68.95 | - |
| YUV | 136.9 | 173.77 | 173.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 218 | 0.08 | 0.59 | 0 | 0.15 | 291.63 | 0.64 | 0.6 |
| Hex | C8 | 59 | DA | 8 | 3B | 0 | F | 124 | 40 | 3C |
| Octal | 310 | 131 | 332 | 10 | 73 | 0 | 17 | 444 | 100 | 74 |
| Binary | 11001000 | 1011001 | 11011010 | 1000 | 111011 | 0 | 1111 | 100100100 | 1000000 | 111100 |
Color Harmonies of #C859DA
Complementary color
Monochromatic Colors of #C859DA
Black with #C859DA
Text Example
Text Example
White with #C859DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859DA; }
p { color: rgb(200,89,218); }
H1.HeaderClassName
{
color: #C859DA;
}
.AnyTagClassName
{
color: #C859DA;
}
</style>
background-color css
<style>
a { background-color: #C859DA; }
a { background-color: rgb(200,89,218); }
div.DivClassName
{
background-color: #C859DA;
}
.BgClassName
{
background-color: #C859DA;
}
</style>
border-color css
<style>
span { border-color: #C859DA; }
span { border-color: rgb(200,89,218); }
td.TdClassName
{
border-color: #C859DA;
}
.TagClassName
{
border-color: #C859DA;
}
</style>