Shades of Medium Orchid #C869DC
Tints of Medium Orchid #C869DC
RGB
CMYK
RGB Variations
Color information
#C869DC (or 0xC869DC) is known color: Medium Orchid. HEX triplet: C8, 69 and DC. RGB value is (200,105,220). Sum of RGB (Red+Green+Blue) = 200+105+220=525 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.10% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #C869DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869DC is #379623. Grayscale: #929292. Windows color (decimal): -3642916 or 14445000. OLE color: 14445000.
HSL color Cylindrical-coordinate representation of color #C869DC: hue angle of 289.57º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C869DC is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 105 | 220 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.14 |
| HSL | 289.57º | 0.62% | 0.64% | - |
| HSV(B) | 289.57º | 0.52% | 0.86% | - |
| XYZ | 41.79 | 27.55 | 70.83 | - |
| YUV | 146.52 | 169.47 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 220 | 0.09 | 0.52 | 0 | 0.14 | 289.57 | 0.62 | 0.64 |
| Hex | C8 | 69 | DC | 9 | 34 | 0 | E | 122 | 3E | 40 |
| Octal | 310 | 151 | 334 | 11 | 64 | 0 | 16 | 442 | 76 | 100 |
| Binary | 11001000 | 1101001 | 11011100 | 1001 | 110100 | 0 | 1110 | 100100010 | 111110 | 1000000 |
Color Harmonies of #C869DC
Complementary color
Monochromatic Colors of #C869DC
Black with #C869DC
Text Example
Text Example
White with #C869DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869DC; }
p { color: rgb(200,105,220); }
H1.HeaderClassName
{
color: #C869DC;
}
.AnyTagClassName
{
color: #C869DC;
}
</style>
background-color css
<style>
a { background-color: #C869DC; }
a { background-color: rgb(200,105,220); }
div.DivClassName
{
background-color: #C869DC;
}
.BgClassName
{
background-color: #C869DC;
}
</style>
border-color css
<style>
span { border-color: #C869DC; }
span { border-color: rgb(200,105,220); }
td.TdClassName
{
border-color: #C869DC;
}
.TagClassName
{
border-color: #C869DC;
}
</style>