Shades of Medium Orchid #C858E2
Tints of Medium Orchid #C858E2
RGB
CMYK
RGB Variations
Color information
#C858E2 (or 0xC858E2) is known color: Medium Orchid. HEX triplet: C8, 58 and E2. RGB value is (200,88,226). Sum of RGB (Red+Green+Blue) = 200+88+226=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 226 (88.67% from 255 or 43.97% from 514); Max value from RGB is 226 - color contains mainly: blue. Hex color #C858E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858E2 is #37A71D. Grayscale: #888888. Windows color (decimal): -3647262 or 14833864. OLE color: 14833864.
HSL color Cylindrical-coordinate representation of color #C858E2: hue angle of 288.7º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C858E2 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 88 | 226 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.11 |
| HSL | 288.7º | 0.7% | 0.62% | - |
| HSV(B) | 288.7º | 0.61% | 0.89% | - |
| XYZ | 41.04 | 24.75 | 74.57 | - |
| YUV | 137.22 | 178.11 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 226 | 0.12 | 0.61 | 0 | 0.11 | 288.7 | 0.7 | 0.62 |
| Hex | C8 | 58 | E2 | C | 3D | 0 | B | 121 | 46 | 3E |
| Octal | 310 | 130 | 342 | 14 | 75 | 0 | 13 | 441 | 106 | 76 |
| Binary | 11001000 | 1011000 | 11100010 | 1100 | 111101 | 0 | 1011 | 100100001 | 1000110 | 111110 |
Color Harmonies of #C858E2
Complementary color
Monochromatic Colors of #C858E2
Black with #C858E2
Text Example
Text Example
White with #C858E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858E2; }
p { color: rgb(200,88,226); }
H1.HeaderClassName
{
color: #C858E2;
}
.AnyTagClassName
{
color: #C858E2;
}
</style>
background-color css
<style>
a { background-color: #C858E2; }
a { background-color: rgb(200,88,226); }
div.DivClassName
{
background-color: #C858E2;
}
.BgClassName
{
background-color: #C858E2;
}
</style>
border-color css
<style>
span { border-color: #C858E2; }
span { border-color: rgb(200,88,226); }
td.TdClassName
{
border-color: #C858E2;
}
.TagClassName
{
border-color: #C858E2;
}
</style>