Shades of Medium Orchid #C85FD3
Tints of Medium Orchid #C85FD3
RGB
CMYK
RGB Variations
Color information
#C85FD3 (or 0xC85FD3) is known color: Medium Orchid. HEX triplet: C8, 5F and D3. RGB value is (200,95,211). Sum of RGB (Red+Green+Blue) = 200+95+211=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 211 (82.81% from 255 or 41.70% from 506); Max value from RGB is 211 - color contains mainly: blue. Hex color #C85FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FD3 is #37A02C. Grayscale: #8B8B8B. Windows color (decimal): -3645485 or 13852616. OLE color: 13852616.
HSL color Cylindrical-coordinate representation of color #C85FD3: hue angle of 294.31º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C85FD3 is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 95 | 211 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.17 |
| HSL | 294.31º | 0.57% | 0.6% | - |
| HSV(B) | 294.31º | 0.55% | 0.83% | - |
| XYZ | 39.67 | 25.17 | 64.39 | - |
| YUV | 139.62 | 168.29 | 171.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 211 | 0.05 | 0.55 | 0 | 0.17 | 294.31 | 0.57 | 0.6 |
| Hex | C8 | 5F | D3 | 5 | 37 | 0 | 11 | 126 | 39 | 3C |
| Octal | 310 | 137 | 323 | 5 | 67 | 0 | 21 | 446 | 71 | 74 |
| Binary | 11001000 | 1011111 | 11010011 | 101 | 110111 | 0 | 10001 | 100100110 | 111001 | 111100 |
Color Harmonies of #C85FD3
Complementary color
Monochromatic Colors of #C85FD3
Black with #C85FD3
Text Example
Text Example
White with #C85FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FD3; }
p { color: rgb(200,95,211); }
H1.HeaderClassName
{
color: #C85FD3;
}
.AnyTagClassName
{
color: #C85FD3;
}
</style>
background-color css
<style>
a { background-color: #C85FD3; }
a { background-color: rgb(200,95,211); }
div.DivClassName
{
background-color: #C85FD3;
}
.BgClassName
{
background-color: #C85FD3;
}
</style>
border-color css
<style>
span { border-color: #C85FD3; }
span { border-color: rgb(200,95,211); }
td.TdClassName
{
border-color: #C85FD3;
}
.TagClassName
{
border-color: #C85FD3;
}
</style>