Shades of Medium Orchid #C865D9
Tints of Medium Orchid #C865D9
RGB
CMYK
RGB Variations
Color information
#C865D9 (or 0xC865D9) is known color: Medium Orchid. HEX triplet: C8, 65 and D9. RGB value is (200,101,217). Sum of RGB (Red+Green+Blue) = 200+101+217=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 101 (39.84% from 255 or 19.50% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #C865D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865D9 is #379A26. Grayscale: #8F8F8F. Windows color (decimal): -3643943 or 14247368. OLE color: 14247368.
HSL color Cylindrical-coordinate representation of color #C865D9: hue angle of 291.21º 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 #C865D9 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 101 | 217 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.15 |
| HSL | 291.21º | 0.6% | 0.62% | - |
| HSV(B) | 291.21º | 0.53% | 0.85% | - |
| XYZ | 41 | 26.6 | 68.62 | - |
| YUV | 143.83 | 169.3 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 217 | 0.08 | 0.53 | 0 | 0.15 | 291.21 | 0.6 | 0.62 |
| Hex | C8 | 65 | D9 | 8 | 35 | 0 | F | 123 | 3C | 3E |
| Octal | 310 | 145 | 331 | 10 | 65 | 0 | 17 | 443 | 74 | 76 |
| Binary | 11001000 | 1100101 | 11011001 | 1000 | 110101 | 0 | 1111 | 100100011 | 111100 | 111110 |
Color Harmonies of #C865D9
Complementary color
Monochromatic Colors of #C865D9
Black with #C865D9
Text Example
Text Example
White with #C865D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865D9; }
p { color: rgb(200,101,217); }
H1.HeaderClassName
{
color: #C865D9;
}
.AnyTagClassName
{
color: #C865D9;
}
</style>
background-color css
<style>
a { background-color: #C865D9; }
a { background-color: rgb(200,101,217); }
div.DivClassName
{
background-color: #C865D9;
}
.BgClassName
{
background-color: #C865D9;
}
</style>
border-color css
<style>
span { border-color: #C865D9; }
span { border-color: rgb(200,101,217); }
td.TdClassName
{
border-color: #C865D9;
}
.TagClassName
{
border-color: #C865D9;
}
</style>