Shades of Medium Orchid #C85AE5
Tints of Medium Orchid #C85AE5
RGB
CMYK
RGB Variations
Color information
#C85AE5 (or 0xC85AE5) is known color: Medium Orchid. HEX triplet: C8, 5A and E5. RGB value is (200,90,229). Sum of RGB (Red+Green+Blue) = 200+90+229=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 229 (89.84% from 255 or 44.12% from 519); Max value from RGB is 229 - color contains mainly: blue. Hex color #C85AE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85AE5 is #37A51A. Grayscale: #8A8A8A. Windows color (decimal): -3646747 or 15030984. OLE color: 15030984.
HSL color Cylindrical-coordinate representation of color #C85AE5: hue angle of 287.48º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C85AE5 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 90 | 229 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.10 |
| HSL | 287.48º | 0.73% | 0.63% | - |
| HSV(B) | 287.48º | 0.61% | 0.9% | - |
| XYZ | 41.62 | 25.25 | 76.81 | - |
| YUV | 138.74 | 178.94 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 90 | 229 | 0.13 | 0.61 | 0 | 0.10 | 287.48 | 0.73 | 0.63 |
| Hex | C8 | 5A | E5 | D | 3D | 0 | A | 11F | 49 | 3F |
| Octal | 310 | 132 | 345 | 15 | 75 | 0 | 12 | 437 | 111 | 77 |
| Binary | 11001000 | 1011010 | 11100101 | 1101 | 111101 | 0 | 1010 | 100011111 | 1001001 | 111111 |
Color Harmonies of #C85AE5
Complementary color
Monochromatic Colors of #C85AE5
Black with #C85AE5
Text Example
Text Example
White with #C85AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85AE5; }
p { color: rgb(200,90,229); }
H1.HeaderClassName
{
color: #C85AE5;
}
.AnyTagClassName
{
color: #C85AE5;
}
</style>
background-color css
<style>
a { background-color: #C85AE5; }
a { background-color: rgb(200,90,229); }
div.DivClassName
{
background-color: #C85AE5;
}
.BgClassName
{
background-color: #C85AE5;
}
</style>
border-color css
<style>
span { border-color: #C85AE5; }
span { border-color: rgb(200,90,229); }
td.TdClassName
{
border-color: #C85AE5;
}
.TagClassName
{
border-color: #C85AE5;
}
</style>