Shades of Medium Orchid #C258EE
Tints of Medium Orchid #C258EE
RGB
CMYK
RGB Variations
Color information
#C258EE (or 0xC258EE) is known color: Medium Orchid. HEX triplet: C2, 58 and EE. RGB value is (194,88,238). Sum of RGB (Red+Green+Blue) = 194+88+238=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 88 (34.77% from 255 or 16.92% from 520); Blue value is 238 (93.36% from 255 or 45.77% from 520); Max value from RGB is 238 - color contains mainly: blue. Hex color #C258EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C258EE is #3DA711. Grayscale: #888888. Windows color (decimal): -4040466 or 15620290. OLE color: 15620290.
HSL color Cylindrical-coordinate representation of color #C258EE: hue angle of 282.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C258EE is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 88 | 238 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.07 |
| HSL | 282.4º | 0.82% | 0.64% | - |
| HSV(B) | 282.4º | 0.63% | 0.93% | - |
| XYZ | 41.17 | 24.62 | 83.47 | - |
| YUV | 136.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 88 | 238 | 0.18 | 0.63 | 0 | 0.07 | 282.4 | 0.82 | 0.64 |
| Hex | C2 | 58 | EE | 12 | 3F | 0 | 7 | 11A | 52 | 40 |
| Octal | 302 | 130 | 356 | 22 | 77 | 0 | 7 | 432 | 122 | 100 |
| Binary | 11000010 | 1011000 | 11101110 | 10010 | 111111 | 0 | 111 | 100011010 | 1010010 | 1000000 |
Color Harmonies of #C258EE
Complementary color
Monochromatic Colors of #C258EE
Black with #C258EE
Text Example
Text Example
White with #C258EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C258EE; }
p { color: rgb(194,88,238); }
H1.HeaderClassName
{
color: #C258EE;
}
.AnyTagClassName
{
color: #C258EE;
}
</style>
background-color css
<style>
a { background-color: #C258EE; }
a { background-color: rgb(194,88,238); }
div.DivClassName
{
background-color: #C258EE;
}
.BgClassName
{
background-color: #C258EE;
}
</style>
border-color css
<style>
span { border-color: #C258EE; }
span { border-color: rgb(194,88,238); }
td.TdClassName
{
border-color: #C258EE;
}
.TagClassName
{
border-color: #C258EE;
}
</style>