Shades of Medium Orchid #C869DF
Tints of Medium Orchid #C869DF
RGB
CMYK
RGB Variations
Color information
#C869DF (or 0xC869DF) is known color: Medium Orchid. HEX triplet: C8, 69 and DF. RGB value is (200,105,223). Sum of RGB (Red+Green+Blue) = 200+105+223=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 105 (41.41% from 255 or 19.89% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #C869DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C869DF is #379620. Grayscale: #929292. Windows color (decimal): -3642913 or 14641608. OLE color: 14641608.
HSL color Cylindrical-coordinate representation of color #C869DF: hue angle of 288.31º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C869DF is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 105 | 223 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.13 |
| HSL | 288.31º | 0.65% | 0.64% | - |
| HSV(B) | 288.31º | 0.53% | 0.87% | - |
| XYZ | 42.19 | 27.71 | 72.94 | - |
| YUV | 146.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 105 | 223 | 0.10 | 0.53 | 0 | 0.13 | 288.31 | 0.65 | 0.64 |
| Hex | C8 | 69 | DF | A | 35 | 0 | D | 120 | 41 | 40 |
| Octal | 310 | 151 | 337 | 12 | 65 | 0 | 15 | 440 | 101 | 100 |
| Binary | 11001000 | 1101001 | 11011111 | 1010 | 110101 | 0 | 1101 | 100100000 | 1000001 | 1000000 |
Color Harmonies of #C869DF
Complementary color
Monochromatic Colors of #C869DF
Black with #C869DF
Text Example
Text Example
White with #C869DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C869DF; }
p { color: rgb(200,105,223); }
H1.HeaderClassName
{
color: #C869DF;
}
.AnyTagClassName
{
color: #C869DF;
}
</style>
background-color css
<style>
a { background-color: #C869DF; }
a { background-color: rgb(200,105,223); }
div.DivClassName
{
background-color: #C869DF;
}
.BgClassName
{
background-color: #C869DF;
}
</style>
border-color css
<style>
span { border-color: #C869DF; }
span { border-color: rgb(200,105,223); }
td.TdClassName
{
border-color: #C869DF;
}
.TagClassName
{
border-color: #C869DF;
}
</style>