Shades of Medium Orchid #C858F1
Tints of Medium Orchid #C858F1
RGB
CMYK
RGB Variations
Color information
#C858F1 (or 0xC858F1) is known color: Medium Orchid. HEX triplet: C8, 58 and F1. RGB value is (200,88,241). Sum of RGB (Red+Green+Blue) = 200+88+241=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 88 (34.77% from 255 or 16.64% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #C858F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C858F1 is #37A70E. Grayscale: #8A8A8A. Windows color (decimal): -3647247 or 15816904. OLE color: 15816904.
HSL color Cylindrical-coordinate representation of color #C858F1: hue angle of 283.92º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C858F1 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 88 | 241 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.05 |
| HSL | 283.92º | 0.85% | 0.65% | - |
| HSV(B) | 283.92º | 0.63% | 0.95% | - |
| XYZ | 43.19 | 25.61 | 85.89 | - |
| YUV | 138.93 | 185.61 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 241 | 0.17 | 0.63 | 0 | 0.05 | 283.92 | 0.85 | 0.65 |
| Hex | C8 | 58 | F1 | 11 | 3F | 0 | 5 | 11C | 55 | 41 |
| Octal | 310 | 130 | 361 | 21 | 77 | 0 | 5 | 434 | 125 | 101 |
| Binary | 11001000 | 1011000 | 11110001 | 10001 | 111111 | 0 | 101 | 100011100 | 1010101 | 1000001 |
Color Harmonies of #C858F1
Complementary color
Monochromatic Colors of #C858F1
Black with #C858F1
Text Example
Text Example
White with #C858F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858F1; }
p { color: rgb(200,88,241); }
H1.HeaderClassName
{
color: #C858F1;
}
.AnyTagClassName
{
color: #C858F1;
}
</style>
background-color css
<style>
a { background-color: #C858F1; }
a { background-color: rgb(200,88,241); }
div.DivClassName
{
background-color: #C858F1;
}
.BgClassName
{
background-color: #C858F1;
}
</style>
border-color css
<style>
span { border-color: #C858F1; }
span { border-color: rgb(200,88,241); }
td.TdClassName
{
border-color: #C858F1;
}
.TagClassName
{
border-color: #C858F1;
}
</style>