Shades of Medium Orchid #C865DC
Tints of Medium Orchid #C865DC
RGB
CMYK
RGB Variations
Color information
#C865DC (or 0xC865DC) is known color: Medium Orchid. HEX triplet: C8, 65 and DC. RGB value is (200,101,220). Sum of RGB (Red+Green+Blue) = 200+101+220=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 101 (39.84% from 255 or 19.39% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #C865DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C865DC is #379A23. Grayscale: #8F8F8F. Windows color (decimal): -3643940 or 14443976. OLE color: 14443976.
HSL color Cylindrical-coordinate representation of color #C865DC: hue angle of 289.92º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C865DC is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 101 | 220 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.14 |
| HSL | 289.92º | 0.63% | 0.63% | - |
| HSV(B) | 289.92º | 0.54% | 0.86% | - |
| XYZ | 41.39 | 26.75 | 70.69 | - |
| YUV | 144.17 | 170.8 | 167.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 101 | 220 | 0.09 | 0.54 | 0 | 0.14 | 289.92 | 0.63 | 0.63 |
| Hex | C8 | 65 | DC | 9 | 36 | 0 | E | 122 | 3F | 3F |
| Octal | 310 | 145 | 334 | 11 | 66 | 0 | 16 | 442 | 77 | 77 |
| Binary | 11001000 | 1100101 | 11011100 | 1001 | 110110 | 0 | 1110 | 100100010 | 111111 | 111111 |
Color Harmonies of #C865DC
Complementary color
Monochromatic Colors of #C865DC
Black with #C865DC
Text Example
Text Example
White with #C865DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C865DC; }
p { color: rgb(200,101,220); }
H1.HeaderClassName
{
color: #C865DC;
}
.AnyTagClassName
{
color: #C865DC;
}
</style>
background-color css
<style>
a { background-color: #C865DC; }
a { background-color: rgb(200,101,220); }
div.DivClassName
{
background-color: #C865DC;
}
.BgClassName
{
background-color: #C865DC;
}
</style>
border-color css
<style>
span { border-color: #C865DC; }
span { border-color: rgb(200,101,220); }
td.TdClassName
{
border-color: #C865DC;
}
.TagClassName
{
border-color: #C865DC;
}
</style>