Shades of Medium Orchid #C865D8
Tints of Medium Orchid #C865D8
RGB
CMYK
RGB Variations
Color information
#C865D8 (or 0xC865D8) is known color: Medium Orchid. HEX triplet: C8, 65 and D8. RGB value is (200,101,216). Sum of RGB (Red+Green+Blue) = 200+101+216=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 101 (39.84% from 255 or 19.54% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #C865D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865D8 is #379A27. Grayscale: #8F8F8F. Windows color (decimal): -3643944 or 14181832. OLE color: 14181832.
HSL color Cylindrical-coordinate representation of color #C865D8: hue angle of 291.65º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C865D8 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 101 | 216 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.15 |
| HSL | 291.65º | 0.6% | 0.62% | - |
| HSV(B) | 291.65º | 0.53% | 0.85% | - |
| XYZ | 40.87 | 26.54 | 67.94 | - |
| YUV | 143.71 | 168.8 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 216 | 0.07 | 0.53 | 0 | 0.15 | 291.65 | 0.6 | 0.62 |
| Hex | C8 | 65 | D8 | 7 | 35 | 0 | F | 124 | 3C | 3E |
| Octal | 310 | 145 | 330 | 7 | 65 | 0 | 17 | 444 | 74 | 76 |
| Binary | 11001000 | 1100101 | 11011000 | 111 | 110101 | 0 | 1111 | 100100100 | 111100 | 111110 |
Color Harmonies of #C865D8
Complementary color
Monochromatic Colors of #C865D8
Black with #C865D8
Text Example
Text Example
White with #C865D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865D8; }
p { color: rgb(200,101,216); }
H1.HeaderClassName
{
color: #C865D8;
}
.AnyTagClassName
{
color: #C865D8;
}
</style>
background-color css
<style>
a { background-color: #C865D8; }
a { background-color: rgb(200,101,216); }
div.DivClassName
{
background-color: #C865D8;
}
.BgClassName
{
background-color: #C865D8;
}
</style>
border-color css
<style>
span { border-color: #C865D8; }
span { border-color: rgb(200,101,216); }
td.TdClassName
{
border-color: #C865D8;
}
.TagClassName
{
border-color: #C865D8;
}
</style>