Shades of Medium Orchid #C860DA
Tints of Medium Orchid #C860DA
RGB
CMYK
RGB Variations
Color information
#C860DA (or 0xC860DA) is known color: Medium Orchid. HEX triplet: C8, 60 and DA. RGB value is (200,96,218). Sum of RGB (Red+Green+Blue) = 200+96+218=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #C860DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860DA is #379F25. Grayscale: #8C8C8C. Windows color (decimal): -3645222 or 14311624. OLE color: 14311624.
HSL color Cylindrical-coordinate representation of color #C860DA: hue angle of 291.15º 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 #C860DA is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 96 | 218 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.15 |
| HSL | 291.15º | 0.62% | 0.62% | - |
| HSV(B) | 291.15º | 0.56% | 0.85% | - |
| XYZ | 40.66 | 25.71 | 69.15 | - |
| YUV | 141 | 171.46 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 218 | 0.08 | 0.56 | 0 | 0.15 | 291.15 | 0.62 | 0.62 |
| Hex | C8 | 60 | DA | 8 | 38 | 0 | F | 123 | 3E | 3E |
| Octal | 310 | 140 | 332 | 10 | 70 | 0 | 17 | 443 | 76 | 76 |
| Binary | 11001000 | 1100000 | 11011010 | 1000 | 111000 | 0 | 1111 | 100100011 | 111110 | 111110 |
Color Harmonies of #C860DA
Complementary color
Monochromatic Colors of #C860DA
Black with #C860DA
Text Example
Text Example
White with #C860DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860DA; }
p { color: rgb(200,96,218); }
H1.HeaderClassName
{
color: #C860DA;
}
.AnyTagClassName
{
color: #C860DA;
}
</style>
background-color css
<style>
a { background-color: #C860DA; }
a { background-color: rgb(200,96,218); }
div.DivClassName
{
background-color: #C860DA;
}
.BgClassName
{
background-color: #C860DA;
}
</style>
border-color css
<style>
span { border-color: #C860DA; }
span { border-color: rgb(200,96,218); }
td.TdClassName
{
border-color: #C860DA;
}
.TagClassName
{
border-color: #C860DA;
}
</style>