Shades of Medium Orchid #C865D0
Tints of Medium Orchid #C865D0
RGB
CMYK
RGB Variations
Color information
#C865D0 (or 0xC865D0) is known color: Medium Orchid. HEX triplet: C8, 65 and D0. RGB value is (200,101,208). Sum of RGB (Red+Green+Blue) = 200+101+208=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 101 (39.84% from 255 or 19.84% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #C865D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865D0 is #379A2F. Grayscale: #8E8E8E. Windows color (decimal): -3643952 or 13657544. OLE color: 13657544.
HSL color Cylindrical-coordinate representation of color #C865D0: hue angle of 295.51º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C865D0 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 101 | 208 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.18 |
| HSL | 295.51º | 0.53% | 0.61% | - |
| HSV(B) | 295.51º | 0.51% | 0.82% | - |
| XYZ | 39.86 | 26.14 | 62.62 | - |
| YUV | 142.8 | 164.8 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 208 | 0.04 | 0.51 | 0 | 0.18 | 295.51 | 0.53 | 0.61 |
| Hex | C8 | 65 | D0 | 4 | 33 | 0 | 12 | 128 | 35 | 3D |
| Octal | 310 | 145 | 320 | 4 | 63 | 0 | 22 | 450 | 65 | 75 |
| Binary | 11001000 | 1100101 | 11010000 | 100 | 110011 | 0 | 10010 | 100101000 | 110101 | 111101 |
Color Harmonies of #C865D0
Complementary color
Monochromatic Colors of #C865D0
Black with #C865D0
Text Example
Text Example
White with #C865D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865D0; }
p { color: rgb(200,101,208); }
H1.HeaderClassName
{
color: #C865D0;
}
.AnyTagClassName
{
color: #C865D0;
}
</style>
background-color css
<style>
a { background-color: #C865D0; }
a { background-color: rgb(200,101,208); }
div.DivClassName
{
background-color: #C865D0;
}
.BgClassName
{
background-color: #C865D0;
}
</style>
border-color css
<style>
span { border-color: #C865D0; }
span { border-color: rgb(200,101,208); }
td.TdClassName
{
border-color: #C865D0;
}
.TagClassName
{
border-color: #C865D0;
}
</style>