Shades of Medium Orchid #C85FD1
Tints of Medium Orchid #C85FD1
RGB
CMYK
RGB Variations
Color information
#C85FD1 (or 0xC85FD1) is known color: Medium Orchid. HEX triplet: C8, 5F and D1. RGB value is (200,95,209). Sum of RGB (Red+Green+Blue) = 200+95+209=504 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.68% from 504); Green value is 95 (37.5% from 255 or 18.85% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #C85FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FD1 is #37A02E. Grayscale: #8B8B8B. Windows color (decimal): -3645487 or 13721544. OLE color: 13721544.
HSL color Cylindrical-coordinate representation of color #C85FD1: hue angle of 295.26º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85FD1 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 95 | 209 | - |
| CMYK | 0.04 | 0.55 | 0 | 0.18 |
| HSL | 295.26º | 0.55% | 0.6% | - |
| HSV(B) | 295.26º | 0.55% | 0.82% | - |
| XYZ | 39.42 | 25.07 | 63.08 | - |
| YUV | 139.39 | 167.29 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 209 | 0.04 | 0.55 | 0 | 0.18 | 295.26 | 0.55 | 0.6 |
| Hex | C8 | 5F | D1 | 4 | 37 | 0 | 12 | 127 | 37 | 3C |
| Octal | 310 | 137 | 321 | 4 | 67 | 0 | 22 | 447 | 67 | 74 |
| Binary | 11001000 | 1011111 | 11010001 | 100 | 110111 | 0 | 10010 | 100100111 | 110111 | 111100 |
Color Harmonies of #C85FD1
Complementary color
Monochromatic Colors of #C85FD1
Black with #C85FD1
Text Example
Text Example
White with #C85FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FD1; }
p { color: rgb(200,95,209); }
H1.HeaderClassName
{
color: #C85FD1;
}
.AnyTagClassName
{
color: #C85FD1;
}
</style>
background-color css
<style>
a { background-color: #C85FD1; }
a { background-color: rgb(200,95,209); }
div.DivClassName
{
background-color: #C85FD1;
}
.BgClassName
{
background-color: #C85FD1;
}
</style>
border-color css
<style>
span { border-color: #C85FD1; }
span { border-color: rgb(200,95,209); }
td.TdClassName
{
border-color: #C85FD1;
}
.TagClassName
{
border-color: #C85FD1;
}
</style>