Shades of Medium Orchid #C868DC
Tints of Medium Orchid #C868DC
RGB
CMYK
RGB Variations
Color information
#C868DC (or 0xC868DC) is known color: Medium Orchid. HEX triplet: C8, 68 and DC. RGB value is (200,104,220). Sum of RGB (Red+Green+Blue) = 200+104+220=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 104 (41.02% from 255 or 19.85% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #C868DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C868DC is #379723. Grayscale: #919191. Windows color (decimal): -3643172 or 14444744. OLE color: 14444744.
HSL color Cylindrical-coordinate representation of color #C868DC: hue angle of 289.66º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C868DC is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 104 | 220 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.14 |
| HSL | 289.66º | 0.62% | 0.64% | - |
| HSV(B) | 289.66º | 0.53% | 0.86% | - |
| XYZ | 41.69 | 27.35 | 70.79 | - |
| YUV | 145.93 | 169.8 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 220 | 0.09 | 0.53 | 0 | 0.14 | 289.66 | 0.62 | 0.64 |
| Hex | C8 | 68 | DC | 9 | 35 | 0 | E | 122 | 3E | 40 |
| Octal | 310 | 150 | 334 | 11 | 65 | 0 | 16 | 442 | 76 | 100 |
| Binary | 11001000 | 1101000 | 11011100 | 1001 | 110101 | 0 | 1110 | 100100010 | 111110 | 1000000 |
Color Harmonies of #C868DC
Complementary color
Monochromatic Colors of #C868DC
Black with #C868DC
Text Example
Text Example
White with #C868DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C868DC; }
p { color: rgb(200,104,220); }
H1.HeaderClassName
{
color: #C868DC;
}
.AnyTagClassName
{
color: #C868DC;
}
</style>
background-color css
<style>
a { background-color: #C868DC; }
a { background-color: rgb(200,104,220); }
div.DivClassName
{
background-color: #C868DC;
}
.BgClassName
{
background-color: #C868DC;
}
</style>
border-color css
<style>
span { border-color: #C868DC; }
span { border-color: rgb(200,104,220); }
td.TdClassName
{
border-color: #C868DC;
}
.TagClassName
{
border-color: #C868DC;
}
</style>