Shades of Medium Orchid #C866DF
Tints of Medium Orchid #C866DF
RGB
CMYK
RGB Variations
Color information
#C866DF (or 0xC866DF) is known color: Medium Orchid. HEX triplet: C8, 66 and DF. RGB value is (200,102,223). Sum of RGB (Red+Green+Blue) = 200+102+223=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 102 (40.23% from 255 or 19.43% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #C866DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C866DF is #379920. Grayscale: #909090. Windows color (decimal): -3643681 or 14640840. OLE color: 14640840.
HSL color Cylindrical-coordinate representation of color #C866DF: hue angle of 288.6º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C866DF is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 102 | 223 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.13 |
| HSL | 288.6º | 0.65% | 0.64% | - |
| HSV(B) | 288.6º | 0.54% | 0.87% | - |
| XYZ | 41.89 | 27.11 | 72.84 | - |
| YUV | 145.1 | 171.97 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 102 | 223 | 0.10 | 0.54 | 0 | 0.13 | 288.6 | 0.65 | 0.64 |
| Hex | C8 | 66 | DF | A | 36 | 0 | D | 121 | 41 | 40 |
| Octal | 310 | 146 | 337 | 12 | 66 | 0 | 15 | 441 | 101 | 100 |
| Binary | 11001000 | 1100110 | 11011111 | 1010 | 110110 | 0 | 1101 | 100100001 | 1000001 | 1000000 |
Color Harmonies of #C866DF
Complementary color
Monochromatic Colors of #C866DF
Black with #C866DF
Text Example
Text Example
White with #C866DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C866DF; }
p { color: rgb(200,102,223); }
H1.HeaderClassName
{
color: #C866DF;
}
.AnyTagClassName
{
color: #C866DF;
}
</style>
background-color css
<style>
a { background-color: #C866DF; }
a { background-color: rgb(200,102,223); }
div.DivClassName
{
background-color: #C866DF;
}
.BgClassName
{
background-color: #C866DF;
}
</style>
border-color css
<style>
span { border-color: #C866DF; }
span { border-color: rgb(200,102,223); }
td.TdClassName
{
border-color: #C866DF;
}
.TagClassName
{
border-color: #C866DF;
}
</style>