Shades of Medium Orchid #C85CD3
Tints of Medium Orchid #C85CD3
RGB
CMYK
RGB Variations
Color information
#C85CD3 (or 0xC85CD3) is known color: Medium Orchid. HEX triplet: C8, 5C and D3. RGB value is (200,92,211). Sum of RGB (Red+Green+Blue) = 200+92+211=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #C85CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85CD3 is #37A32C. Grayscale: #898989. Windows color (decimal): -3646253 or 13851848. OLE color: 13851848.
HSL color Cylindrical-coordinate representation of color #C85CD3: hue angle of 294.45º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C85CD3 is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 92 | 211 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.17 |
| HSL | 294.45º | 0.57% | 0.59% | - |
| HSV(B) | 294.45º | 0.56% | 0.83% | - |
| XYZ | 39.4 | 24.64 | 64.31 | - |
| YUV | 137.86 | 169.28 | 172.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 92 | 211 | 0.05 | 0.56 | 0 | 0.17 | 294.45 | 0.57 | 0.59 |
| Hex | C8 | 5C | D3 | 5 | 38 | 0 | 11 | 126 | 39 | 3B |
| Octal | 310 | 134 | 323 | 5 | 70 | 0 | 21 | 446 | 71 | 73 |
| Binary | 11001000 | 1011100 | 11010011 | 101 | 111000 | 0 | 10001 | 100100110 | 111001 | 111011 |
Color Harmonies of #C85CD3
Complementary color
Monochromatic Colors of #C85CD3
Black with #C85CD3
Text Example
Text Example
White with #C85CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85CD3; }
p { color: rgb(200,92,211); }
H1.HeaderClassName
{
color: #C85CD3;
}
.AnyTagClassName
{
color: #C85CD3;
}
</style>
background-color css
<style>
a { background-color: #C85CD3; }
a { background-color: rgb(200,92,211); }
div.DivClassName
{
background-color: #C85CD3;
}
.BgClassName
{
background-color: #C85CD3;
}
</style>
border-color css
<style>
span { border-color: #C85CD3; }
span { border-color: rgb(200,92,211); }
td.TdClassName
{
border-color: #C85CD3;
}
.TagClassName
{
border-color: #C85CD3;
}
</style>