Shades of Medium Orchid #C860D4
Tints of Medium Orchid #C860D4
RGB
CMYK
RGB Variations
Color information
#C860D4 (or 0xC860D4) is known color: Medium Orchid. HEX triplet: C8, 60 and D4. RGB value is (200,96,212). Sum of RGB (Red+Green+Blue) = 200+96+212=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 212 - color contains mainly: blue. Hex color #C860D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C860D4 is #379F2B. Grayscale: #8B8B8B. Windows color (decimal): -3645228 or 13918408. OLE color: 13918408.
HSL color Cylindrical-coordinate representation of color #C860D4: hue angle of 293.79º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C860D4 is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 96 | 212 | - |
| CMYK | 0.06 | 0.55 | 0 | 0.17 |
| HSL | 293.79º | 0.57% | 0.6% | - |
| HSV(B) | 293.79º | 0.55% | 0.83% | - |
| XYZ | 39.89 | 25.4 | 65.09 | - |
| YUV | 140.32 | 168.46 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 212 | 0.06 | 0.55 | 0 | 0.17 | 293.79 | 0.57 | 0.6 |
| Hex | C8 | 60 | D4 | 6 | 37 | 0 | 11 | 126 | 39 | 3C |
| Octal | 310 | 140 | 324 | 6 | 67 | 0 | 21 | 446 | 71 | 74 |
| Binary | 11001000 | 1100000 | 11010100 | 110 | 110111 | 0 | 10001 | 100100110 | 111001 | 111100 |
Color Harmonies of #C860D4
Complementary color
Monochromatic Colors of #C860D4
Black with #C860D4
Text Example
Text Example
White with #C860D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C860D4; }
p { color: rgb(200,96,212); }
H1.HeaderClassName
{
color: #C860D4;
}
.AnyTagClassName
{
color: #C860D4;
}
</style>
background-color css
<style>
a { background-color: #C860D4; }
a { background-color: rgb(200,96,212); }
div.DivClassName
{
background-color: #C860D4;
}
.BgClassName
{
background-color: #C860D4;
}
</style>
border-color css
<style>
span { border-color: #C860D4; }
span { border-color: rgb(200,96,212); }
td.TdClassName
{
border-color: #C860D4;
}
.TagClassName
{
border-color: #C860D4;
}
</style>