Shades of Medium Orchid #C861DA
Tints of Medium Orchid #C861DA
RGB
CMYK
RGB Variations
Color information
#C861DA (or 0xC861DA) is known color: Medium Orchid. HEX triplet: C8, 61 and DA. RGB value is (200,97,218). Sum of RGB (Red+Green+Blue) = 200+97+218=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 218 (85.55% from 255 or 42.33% from 515); Max value from RGB is 218 - color contains mainly: blue. Hex color #C861DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C861DA is #379E25. Grayscale: #8D8D8D. Windows color (decimal): -3644966 or 14311880. OLE color: 14311880.
HSL color Cylindrical-coordinate representation of color #C861DA: hue angle of 291.07º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C861DA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 97 | 218 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.15 |
| HSL | 291.07º | 0.62% | 0.62% | - |
| HSV(B) | 291.07º | 0.56% | 0.85% | - |
| XYZ | 40.75 | 25.89 | 69.18 | - |
| YUV | 141.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 218 | 0.08 | 0.56 | 0 | 0.15 | 291.07 | 0.62 | 0.62 |
| Hex | C8 | 61 | DA | 8 | 38 | 0 | F | 123 | 3E | 3E |
| Octal | 310 | 141 | 332 | 10 | 70 | 0 | 17 | 443 | 76 | 76 |
| Binary | 11001000 | 1100001 | 11011010 | 1000 | 111000 | 0 | 1111 | 100100011 | 111110 | 111110 |
Color Harmonies of #C861DA
Complementary color
Monochromatic Colors of #C861DA
Black with #C861DA
Text Example
Text Example
White with #C861DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C861DA; }
p { color: rgb(200,97,218); }
H1.HeaderClassName
{
color: #C861DA;
}
.AnyTagClassName
{
color: #C861DA;
}
</style>
background-color css
<style>
a { background-color: #C861DA; }
a { background-color: rgb(200,97,218); }
div.DivClassName
{
background-color: #C861DA;
}
.BgClassName
{
background-color: #C861DA;
}
</style>
border-color css
<style>
span { border-color: #C861DA; }
span { border-color: rgb(200,97,218); }
td.TdClassName
{
border-color: #C861DA;
}
.TagClassName
{
border-color: #C861DA;
}
</style>