Shades of Medium Orchid #C854DF
Tints of Medium Orchid #C854DF
RGB
CMYK
RGB Variations
Color information
#C854DF (or 0xC854DF) is known color: Medium Orchid. HEX triplet: C8, 54 and DF. RGB value is (200,84,223). Sum of RGB (Red+Green+Blue) = 200+84+223=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #C854DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854DF is #37AB20. Grayscale: #868686. Windows color (decimal): -3648289 or 14636232. OLE color: 14636232.
HSL color Cylindrical-coordinate representation of color #C854DF: hue angle of 290.07º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C854DF is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 84 | 223 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.13 |
| HSL | 290.07º | 0.68% | 0.6% | - |
| HSV(B) | 290.07º | 0.62% | 0.87% | - |
| XYZ | 40.31 | 23.95 | 72.31 | - |
| YUV | 134.53 | 177.93 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 223 | 0.10 | 0.62 | 0 | 0.13 | 290.07 | 0.68 | 0.6 |
| Hex | C8 | 54 | DF | A | 3E | 0 | D | 122 | 44 | 3C |
| Octal | 310 | 124 | 337 | 12 | 76 | 0 | 15 | 442 | 104 | 74 |
| Binary | 11001000 | 1010100 | 11011111 | 1010 | 111110 | 0 | 1101 | 100100010 | 1000100 | 111100 |
Color Harmonies of #C854DF
Complementary color
Monochromatic Colors of #C854DF
Black with #C854DF
Text Example
Text Example
White with #C854DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C854DF; }
p { color: rgb(200,84,223); }
H1.HeaderClassName
{
color: #C854DF;
}
.AnyTagClassName
{
color: #C854DF;
}
</style>
background-color css
<style>
a { background-color: #C854DF; }
a { background-color: rgb(200,84,223); }
div.DivClassName
{
background-color: #C854DF;
}
.BgClassName
{
background-color: #C854DF;
}
</style>
border-color css
<style>
span { border-color: #C854DF; }
span { border-color: rgb(200,84,223); }
td.TdClassName
{
border-color: #C854DF;
}
.TagClassName
{
border-color: #C854DF;
}
</style>