Shades of Medium Orchid #C860DC
Tints of Medium Orchid #C860DC
RGB
CMYK
RGB Variations
Color information
#C860DC (or 0xC860DC) is known color: Medium Orchid. HEX triplet: C8, 60 and DC. RGB value is (200,96,220). Sum of RGB (Red+Green+Blue) = 200+96+220=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #C860DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860DC is #379F23. Grayscale: #8C8C8C. Windows color (decimal): -3645220 or 14442696. OLE color: 14442696.
HSL color Cylindrical-coordinate representation of color #C860DC: hue angle of 290.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C860DC is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 96 | 220 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.14 |
| HSL | 290.32º | 0.64% | 0.62% | - |
| HSV(B) | 290.32º | 0.56% | 0.86% | - |
| XYZ | 40.92 | 25.81 | 70.54 | - |
| YUV | 141.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 220 | 0.09 | 0.56 | 0 | 0.14 | 290.32 | 0.64 | 0.62 |
| Hex | C8 | 60 | DC | 9 | 38 | 0 | E | 122 | 40 | 3E |
| Octal | 310 | 140 | 334 | 11 | 70 | 0 | 16 | 442 | 100 | 76 |
| Binary | 11001000 | 1100000 | 11011100 | 1001 | 111000 | 0 | 1110 | 100100010 | 1000000 | 111110 |
Color Harmonies of #C860DC
Complementary color
Monochromatic Colors of #C860DC
Black with #C860DC
Text Example
Text Example
White with #C860DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860DC; }
p { color: rgb(200,96,220); }
H1.HeaderClassName
{
color: #C860DC;
}
.AnyTagClassName
{
color: #C860DC;
}
</style>
background-color css
<style>
a { background-color: #C860DC; }
a { background-color: rgb(200,96,220); }
div.DivClassName
{
background-color: #C860DC;
}
.BgClassName
{
background-color: #C860DC;
}
</style>
border-color css
<style>
span { border-color: #C860DC; }
span { border-color: rgb(200,96,220); }
td.TdClassName
{
border-color: #C860DC;
}
.TagClassName
{
border-color: #C860DC;
}
</style>