Shades of Medium Orchid #C85FD0
Tints of Medium Orchid #C85FD0
RGB
CMYK
RGB Variations
Color information
#C85FD0 (or 0xC85FD0) is known color: Medium Orchid. HEX triplet: C8, 5F and D0. RGB value is (200,95,208). Sum of RGB (Red+Green+Blue) = 200+95+208=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #C85FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FD0 is #37A02F. Grayscale: #8A8A8A. Windows color (decimal): -3645488 or 13656008. OLE color: 13656008.
HSL color Cylindrical-coordinate representation of color #C85FD0: hue angle of 295.75º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85FD0 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 95 | 208 | - |
| CMYK | 0.04 | 0.54 | 0 | 0.18 |
| HSL | 295.75º | 0.55% | 0.59% | - |
| HSV(B) | 295.75º | 0.54% | 0.82% | - |
| XYZ | 39.3 | 25.02 | 62.43 | - |
| YUV | 139.28 | 166.79 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 208 | 0.04 | 0.54 | 0 | 0.18 | 295.75 | 0.55 | 0.59 |
| Hex | C8 | 5F | D0 | 4 | 36 | 0 | 12 | 128 | 37 | 3B |
| Octal | 310 | 137 | 320 | 4 | 66 | 0 | 22 | 450 | 67 | 73 |
| Binary | 11001000 | 1011111 | 11010000 | 100 | 110110 | 0 | 10010 | 100101000 | 110111 | 111011 |
Color Harmonies of #C85FD0
Complementary color
Monochromatic Colors of #C85FD0
Black with #C85FD0
Text Example
Text Example
White with #C85FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FD0; }
p { color: rgb(200,95,208); }
H1.HeaderClassName
{
color: #C85FD0;
}
.AnyTagClassName
{
color: #C85FD0;
}
</style>
background-color css
<style>
a { background-color: #C85FD0; }
a { background-color: rgb(200,95,208); }
div.DivClassName
{
background-color: #C85FD0;
}
.BgClassName
{
background-color: #C85FD0;
}
</style>
border-color css
<style>
span { border-color: #C85FD0; }
span { border-color: rgb(200,95,208); }
td.TdClassName
{
border-color: #C85FD0;
}
.TagClassName
{
border-color: #C85FD0;
}
</style>