Shades of Medium Orchid #C85FDF
Tints of Medium Orchid #C85FDF
RGB
CMYK
RGB Variations
Color information
#C85FDF (or 0xC85FDF) is known color: Medium Orchid. HEX triplet: C8, 5F and DF. RGB value is (200,95,223). Sum of RGB (Red+Green+Blue) = 200+95+223=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #C85FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FDF is #37A020. Grayscale: #8C8C8C. Windows color (decimal): -3645473 or 14639048. OLE color: 14639048.
HSL color Cylindrical-coordinate representation of color #C85FDF: hue angle of 289.22º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C85FDF is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 95 | 223 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.13 |
| HSL | 289.22º | 0.67% | 0.62% | - |
| HSV(B) | 289.22º | 0.57% | 0.87% | - |
| XYZ | 41.23 | 25.79 | 72.62 | - |
| YUV | 140.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 223 | 0.10 | 0.57 | 0 | 0.13 | 289.22 | 0.67 | 0.62 |
| Hex | C8 | 5F | DF | A | 39 | 0 | D | 121 | 43 | 3E |
| Octal | 310 | 137 | 337 | 12 | 71 | 0 | 15 | 441 | 103 | 76 |
| Binary | 11001000 | 1011111 | 11011111 | 1010 | 111001 | 0 | 1101 | 100100001 | 1000011 | 111110 |
Color Harmonies of #C85FDF
Complementary color
Monochromatic Colors of #C85FDF
Black with #C85FDF
Text Example
Text Example
White with #C85FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FDF; }
p { color: rgb(200,95,223); }
H1.HeaderClassName
{
color: #C85FDF;
}
.AnyTagClassName
{
color: #C85FDF;
}
</style>
background-color css
<style>
a { background-color: #C85FDF; }
a { background-color: rgb(200,95,223); }
div.DivClassName
{
background-color: #C85FDF;
}
.BgClassName
{
background-color: #C85FDF;
}
</style>
border-color css
<style>
span { border-color: #C85FDF; }
span { border-color: rgb(200,95,223); }
td.TdClassName
{
border-color: #C85FDF;
}
.TagClassName
{
border-color: #C85FDF;
}
</style>