Shades of Medium Orchid #C85FEA
Tints of Medium Orchid #C85FEA
RGB
CMYK
RGB Variations
Color information
#C85FEA (or 0xC85FEA) is known color: Medium Orchid. HEX triplet: C8, 5F and EA. RGB value is (200,95,234). Sum of RGB (Red+Green+Blue) = 200+95+234=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 95 (37.5% from 255 or 17.96% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #C85FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C85FEA is #37A015. Grayscale: #8D8D8D. Windows color (decimal): -3645462 or 15359944. OLE color: 15359944.
HSL color Cylindrical-coordinate representation of color #C85FEA: hue angle of 285.32º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C85FEA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 95 | 234 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.08 |
| HSL | 285.32º | 0.77% | 0.65% | - |
| HSV(B) | 285.32º | 0.59% | 0.92% | - |
| XYZ | 42.76 | 26.4 | 80.68 | - |
| YUV | 142.24 | 179.79 | 169.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 234 | 0.15 | 0.59 | 0 | 0.08 | 285.32 | 0.77 | 0.65 |
| Hex | C8 | 5F | EA | F | 3B | 0 | 8 | 11D | 4D | 41 |
| Octal | 310 | 137 | 352 | 17 | 73 | 0 | 10 | 435 | 115 | 101 |
| Binary | 11001000 | 1011111 | 11101010 | 1111 | 111011 | 0 | 1000 | 100011101 | 1001101 | 1000001 |
Color Harmonies of #C85FEA
Complementary color
Monochromatic Colors of #C85FEA
Black with #C85FEA
Text Example
Text Example
White with #C85FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FEA; }
p { color: rgb(200,95,234); }
H1.HeaderClassName
{
color: #C85FEA;
}
.AnyTagClassName
{
color: #C85FEA;
}
</style>
background-color css
<style>
a { background-color: #C85FEA; }
a { background-color: rgb(200,95,234); }
div.DivClassName
{
background-color: #C85FEA;
}
.BgClassName
{
background-color: #C85FEA;
}
</style>
border-color css
<style>
span { border-color: #C85FEA; }
span { border-color: rgb(200,95,234); }
td.TdClassName
{
border-color: #C85FEA;
}
.TagClassName
{
border-color: #C85FEA;
}
</style>