Shades of Medium Orchid #C258E8
Tints of Medium Orchid #C258E8
RGB
CMYK
RGB Variations
Color information
#C258E8 (or 0xC258E8) is known color: Medium Orchid. HEX triplet: C2, 58 and E8. RGB value is (194,88,232). Sum of RGB (Red+Green+Blue) = 194+88+232=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 88 (34.77% from 255 or 17.12% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #C258E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C258E8 is #3DA717. Grayscale: #878787. Windows color (decimal): -4040472 or 15227074. OLE color: 15227074.
HSL color Cylindrical-coordinate representation of color #C258E8: hue angle of 284.17º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C258E8 is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 88 | 232 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.09 |
| HSL | 284.17º | 0.76% | 0.63% | - |
| HSV(B) | 284.17º | 0.62% | 0.91% | - |
| XYZ | 40.3 | 24.27 | 78.91 | - |
| YUV | 136.11 | 182.12 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 232 | 0.16 | 0.62 | 0 | 0.09 | 284.17 | 0.76 | 0.63 |
| Hex | C2 | 58 | E8 | 10 | 3E | 0 | 9 | 11C | 4C | 3F |
| Octal | 302 | 130 | 350 | 20 | 76 | 0 | 11 | 434 | 114 | 77 |
| Binary | 11000010 | 1011000 | 11101000 | 10000 | 111110 | 0 | 1001 | 100011100 | 1001100 | 111111 |
Color Harmonies of #C258E8
Complementary color
Monochromatic Colors of #C258E8
Black with #C258E8
Text Example
Text Example
White with #C258E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258E8; }
p { color: rgb(194,88,232); }
H1.HeaderClassName
{
color: #C258E8;
}
.AnyTagClassName
{
color: #C258E8;
}
</style>
background-color css
<style>
a { background-color: #C258E8; }
a { background-color: rgb(194,88,232); }
div.DivClassName
{
background-color: #C258E8;
}
.BgClassName
{
background-color: #C258E8;
}
</style>
border-color css
<style>
span { border-color: #C258E8; }
span { border-color: rgb(194,88,232); }
td.TdClassName
{
border-color: #C258E8;
}
.TagClassName
{
border-color: #C258E8;
}
</style>