Shades of Medium Orchid #C85FE3
Tints of Medium Orchid #C85FE3
RGB
CMYK
RGB Variations
Color information
#C85FE3 (or 0xC85FE3) is known color: Medium Orchid. HEX triplet: C8, 5F and E3. RGB value is (200,95,227). Sum of RGB (Red+Green+Blue) = 200+95+227=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 227 (89.06% from 255 or 43.49% from 522); Max value from RGB is 227 - color contains mainly: blue. Hex color #C85FE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C85FE3 is #37A01C. Grayscale: #8D8D8D. Windows color (decimal): -3645469 or 14901192. OLE color: 14901192.
HSL color Cylindrical-coordinate representation of color #C85FE3: hue angle of 287.73º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C85FE3 is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 95 | 227 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.11 |
| HSL | 287.73º | 0.7% | 0.63% | - |
| HSV(B) | 287.73º | 0.58% | 0.89% | - |
| XYZ | 41.78 | 26.01 | 75.49 | - |
| YUV | 141.44 | 176.29 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 95 | 227 | 0.12 | 0.58 | 0 | 0.11 | 287.73 | 0.7 | 0.63 |
| Hex | C8 | 5F | E3 | C | 3A | 0 | B | 120 | 46 | 3F |
| Octal | 310 | 137 | 343 | 14 | 72 | 0 | 13 | 440 | 106 | 77 |
| Binary | 11001000 | 1011111 | 11100011 | 1100 | 111010 | 0 | 1011 | 100100000 | 1000110 | 111111 |
Color Harmonies of #C85FE3
Complementary color
Monochromatic Colors of #C85FE3
Black with #C85FE3
Text Example
Text Example
White with #C85FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85FE3; }
p { color: rgb(200,95,227); }
H1.HeaderClassName
{
color: #C85FE3;
}
.AnyTagClassName
{
color: #C85FE3;
}
</style>
background-color css
<style>
a { background-color: #C85FE3; }
a { background-color: rgb(200,95,227); }
div.DivClassName
{
background-color: #C85FE3;
}
.BgClassName
{
background-color: #C85FE3;
}
</style>
border-color css
<style>
span { border-color: #C85FE3; }
span { border-color: rgb(200,95,227); }
td.TdClassName
{
border-color: #C85FE3;
}
.TagClassName
{
border-color: #C85FE3;
}
</style>