Shades of Medium Orchid #C869E6
Tints of Medium Orchid #C869E6
RGB
CMYK
RGB Variations
Color information
#C869E6 (or 0xC869E6) is known color: Medium Orchid. HEX triplet: C8, 69 and E6. RGB value is (200,105,230). Sum of RGB (Red+Green+Blue) = 200+105+230=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 230 (90.23% from 255 or 42.99% from 535); Max value from RGB is 230 - color contains mainly: blue. Hex color #C869E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C869E6 is #379619. Grayscale: #939393. Windows color (decimal): -3642906 or 15100360. OLE color: 15100360.
HSL color Cylindrical-coordinate representation of color #C869E6: hue angle of 285.6º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C869E6 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 105 | 230 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.10 |
| HSL | 285.6º | 0.71% | 0.66% | - |
| HSV(B) | 285.6º | 0.54% | 0.9% | - |
| XYZ | 43.15 | 28.1 | 78.01 | - |
| YUV | 147.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 230 | 0.13 | 0.54 | 0 | 0.10 | 285.6 | 0.71 | 0.66 |
| Hex | C8 | 69 | E6 | D | 36 | 0 | A | 11E | 47 | 42 |
| Octal | 310 | 151 | 346 | 15 | 66 | 0 | 12 | 436 | 107 | 102 |
| Binary | 11001000 | 1101001 | 11100110 | 1101 | 110110 | 0 | 1010 | 100011110 | 1000111 | 1000010 |
Color Harmonies of #C869E6
Complementary color
Monochromatic Colors of #C869E6
Black with #C869E6
Text Example
Text Example
White with #C869E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869E6; }
p { color: rgb(200,105,230); }
H1.HeaderClassName
{
color: #C869E6;
}
.AnyTagClassName
{
color: #C869E6;
}
</style>
background-color css
<style>
a { background-color: #C869E6; }
a { background-color: rgb(200,105,230); }
div.DivClassName
{
background-color: #C869E6;
}
.BgClassName
{
background-color: #C869E6;
}
</style>
border-color css
<style>
span { border-color: #C869E6; }
span { border-color: rgb(200,105,230); }
td.TdClassName
{
border-color: #C869E6;
}
.TagClassName
{
border-color: #C869E6;
}
</style>