Shades of Medium Orchid #C868D9
Tints of Medium Orchid #C868D9
RGB
CMYK
RGB Variations
Color information
#C868D9 (or 0xC868D9) is known color: Medium Orchid. HEX triplet: C8, 68 and D9. RGB value is (200,104,217). Sum of RGB (Red+Green+Blue) = 200+104+217=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #C868D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868D9 is #379726. Grayscale: #919191. Windows color (decimal): -3643175 or 14248136. OLE color: 14248136.
HSL color Cylindrical-coordinate representation of color #C868D9: hue angle of 290.97º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C868D9 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 104 | 217 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.15 |
| HSL | 290.97º | 0.6% | 0.63% | - |
| HSV(B) | 290.97º | 0.52% | 0.85% | - |
| XYZ | 41.29 | 27.19 | 68.72 | - |
| YUV | 145.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 217 | 0.08 | 0.52 | 0 | 0.15 | 290.97 | 0.6 | 0.63 |
| Hex | C8 | 68 | D9 | 8 | 34 | 0 | F | 123 | 3C | 3F |
| Octal | 310 | 150 | 331 | 10 | 64 | 0 | 17 | 443 | 74 | 77 |
| Binary | 11001000 | 1101000 | 11011001 | 1000 | 110100 | 0 | 1111 | 100100011 | 111100 | 111111 |
Color Harmonies of #C868D9
Complementary color
Monochromatic Colors of #C868D9
Black with #C868D9
Text Example
Text Example
White with #C868D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868D9; }
p { color: rgb(200,104,217); }
H1.HeaderClassName
{
color: #C868D9;
}
.AnyTagClassName
{
color: #C868D9;
}
</style>
background-color css
<style>
a { background-color: #C868D9; }
a { background-color: rgb(200,104,217); }
div.DivClassName
{
background-color: #C868D9;
}
.BgClassName
{
background-color: #C868D9;
}
</style>
border-color css
<style>
span { border-color: #C868D9; }
span { border-color: rgb(200,104,217); }
td.TdClassName
{
border-color: #C868D9;
}
.TagClassName
{
border-color: #C868D9;
}
</style>