Shades of Medium Orchid #C864DC
Tints of Medium Orchid #C864DC
RGB
CMYK
RGB Variations
Color information
#C864DC (or 0xC864DC) is known color: Medium Orchid. HEX triplet: C8, 64 and DC. RGB value is (200,100,220). Sum of RGB (Red+Green+Blue) = 200+100+220=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 100 (39.45% from 255 or 19.23% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #C864DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C864DC is #379B23. Grayscale: #8F8F8F. Windows color (decimal): -3644196 or 14443720. OLE color: 14443720.
HSL color Cylindrical-coordinate representation of color #C864DC: hue angle of 290º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C864DC is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 100 | 220 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.14 |
| HSL | 290º | 0.63% | 0.63% | - |
| HSV(B) | 290º | 0.55% | 0.86% | - |
| XYZ | 41.29 | 26.56 | 70.66 | - |
| YUV | 143.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 100 | 220 | 0.09 | 0.55 | 0 | 0.14 | 290 | 0.63 | 0.63 |
| Hex | C8 | 64 | DC | 9 | 37 | 0 | E | 122 | 3F | 3F |
| Octal | 310 | 144 | 334 | 11 | 67 | 0 | 16 | 442 | 77 | 77 |
| Binary | 11001000 | 1100100 | 11011100 | 1001 | 110111 | 0 | 1110 | 100100010 | 111111 | 111111 |
Color Harmonies of #C864DC
Complementary color
Monochromatic Colors of #C864DC
Black with #C864DC
Text Example
Text Example
White with #C864DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C864DC; }
p { color: rgb(200,100,220); }
H1.HeaderClassName
{
color: #C864DC;
}
.AnyTagClassName
{
color: #C864DC;
}
</style>
background-color css
<style>
a { background-color: #C864DC; }
a { background-color: rgb(200,100,220); }
div.DivClassName
{
background-color: #C864DC;
}
.BgClassName
{
background-color: #C864DC;
}
</style>
border-color css
<style>
span { border-color: #C864DC; }
span { border-color: rgb(200,100,220); }
td.TdClassName
{
border-color: #C864DC;
}
.TagClassName
{
border-color: #C864DC;
}
</style>