Shades of Medium Orchid #C865DF
Tints of Medium Orchid #C865DF
RGB
CMYK
RGB Variations
Color information
#C865DF (or 0xC865DF) is known color: Medium Orchid. HEX triplet: C8, 65 and DF. RGB value is (200,101,223). Sum of RGB (Red+Green+Blue) = 200+101+223=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 101 (39.84% from 255 or 19.27% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #C865DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865DF is #379A20. Grayscale: #909090. Windows color (decimal): -3643937 or 14640584. OLE color: 14640584.
HSL color Cylindrical-coordinate representation of color #C865DF: hue angle of 288.69º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C865DF is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 101 | 223 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.13 |
| HSL | 288.69º | 0.66% | 0.64% | - |
| HSV(B) | 288.69º | 0.55% | 0.87% | - |
| XYZ | 41.79 | 26.91 | 72.8 | - |
| YUV | 144.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 223 | 0.10 | 0.55 | 0 | 0.13 | 288.69 | 0.66 | 0.64 |
| Hex | C8 | 65 | DF | A | 37 | 0 | D | 121 | 42 | 40 |
| Octal | 310 | 145 | 337 | 12 | 67 | 0 | 15 | 441 | 102 | 100 |
| Binary | 11001000 | 1100101 | 11011111 | 1010 | 110111 | 0 | 1101 | 100100001 | 1000010 | 1000000 |
Color Harmonies of #C865DF
Complementary color
Monochromatic Colors of #C865DF
Black with #C865DF
Text Example
Text Example
White with #C865DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865DF; }
p { color: rgb(200,101,223); }
H1.HeaderClassName
{
color: #C865DF;
}
.AnyTagClassName
{
color: #C865DF;
}
</style>
background-color css
<style>
a { background-color: #C865DF; }
a { background-color: rgb(200,101,223); }
div.DivClassName
{
background-color: #C865DF;
}
.BgClassName
{
background-color: #C865DF;
}
</style>
border-color css
<style>
span { border-color: #C865DF; }
span { border-color: rgb(200,101,223); }
td.TdClassName
{
border-color: #C865DF;
}
.TagClassName
{
border-color: #C865DF;
}
</style>