Shades of Medium Orchid #C858E4
Tints of Medium Orchid #C858E4
RGB
CMYK
RGB Variations
Color information
#C858E4 (or 0xC858E4) is known color: Medium Orchid. HEX triplet: C8, 58 and E4. RGB value is (200,88,228). Sum of RGB (Red+Green+Blue) = 200+88+228=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 88 (34.77% from 255 or 17.05% from 516); Blue value is 228 (89.45% from 255 or 44.19% from 516); Max value from RGB is 228 - color contains mainly: blue. Hex color #C858E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C858E4 is #37A71B. Grayscale: #898989. Windows color (decimal): -3647260 or 14964936. OLE color: 14964936.
HSL color Cylindrical-coordinate representation of color #C858E4: hue angle of 288º degrees, saturation: 0.72, 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 #C858E4 is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 88 | 228 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.11 |
| HSL | 288º | 0.72% | 0.62% | - |
| HSV(B) | 288º | 0.61% | 0.89% | - |
| XYZ | 41.31 | 24.86 | 76.02 | - |
| YUV | 137.45 | 179.11 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 228 | 0.12 | 0.61 | 0 | 0.11 | 288 | 0.72 | 0.62 |
| Hex | C8 | 58 | E4 | C | 3D | 0 | B | 120 | 48 | 3E |
| Octal | 310 | 130 | 344 | 14 | 75 | 0 | 13 | 440 | 110 | 76 |
| Binary | 11001000 | 1011000 | 11100100 | 1100 | 111101 | 0 | 1011 | 100100000 | 1001000 | 111110 |
Color Harmonies of #C858E4
Complementary color
Monochromatic Colors of #C858E4
Black with #C858E4
Text Example
Text Example
White with #C858E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858E4; }
p { color: rgb(200,88,228); }
H1.HeaderClassName
{
color: #C858E4;
}
.AnyTagClassName
{
color: #C858E4;
}
</style>
background-color css
<style>
a { background-color: #C858E4; }
a { background-color: rgb(200,88,228); }
div.DivClassName
{
background-color: #C858E4;
}
.BgClassName
{
background-color: #C858E4;
}
</style>
border-color css
<style>
span { border-color: #C858E4; }
span { border-color: rgb(200,88,228); }
td.TdClassName
{
border-color: #C858E4;
}
.TagClassName
{
border-color: #C858E4;
}
</style>