Shades of Medium Orchid #C958EC
Tints of Medium Orchid #C958EC
RGB
CMYK
RGB Variations
Color information
#C958EC (or 0xC958EC) is known color: Medium Orchid. HEX triplet: C9, 58 and EC. RGB value is (201,88,236). Sum of RGB (Red+Green+Blue) = 201+88+236=525 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.29% from 525); Green value is 88 (34.77% from 255 or 16.76% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #C958EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C958EC is #36A713. Grayscale: #8A8A8A. Windows color (decimal): -3581716 or 15489225. OLE color: 15489225.
HSL color Cylindrical-coordinate representation of color #C958EC: hue angle of 285.81º degrees, saturation: 0.8, 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 #C958EC is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 88 | 236 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.07 |
| HSL | 285.81º | 0.8% | 0.64% | - |
| HSV(B) | 285.81º | 0.63% | 0.93% | - |
| XYZ | 42.72 | 25.45 | 82.02 | - |
| YUV | 138.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 88 | 236 | 0.15 | 0.63 | 0 | 0.07 | 285.81 | 0.8 | 0.64 |
| Hex | C9 | 58 | EC | F | 3F | 0 | 7 | 11E | 50 | 40 |
| Octal | 311 | 130 | 354 | 17 | 77 | 0 | 7 | 436 | 120 | 100 |
| Binary | 11001001 | 1011000 | 11101100 | 1111 | 111111 | 0 | 111 | 100011110 | 1010000 | 1000000 |
Color Harmonies of #C958EC
Complementary color
Monochromatic Colors of #C958EC
Black with #C958EC
Text Example
Text Example
White with #C958EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C958EC; }
p { color: rgb(201,88,236); }
H1.HeaderClassName
{
color: #C958EC;
}
.AnyTagClassName
{
color: #C958EC;
}
</style>
background-color css
<style>
a { background-color: #C958EC; }
a { background-color: rgb(201,88,236); }
div.DivClassName
{
background-color: #C958EC;
}
.BgClassName
{
background-color: #C958EC;
}
</style>
border-color css
<style>
span { border-color: #C958EC; }
span { border-color: rgb(201,88,236); }
td.TdClassName
{
border-color: #C958EC;
}
.TagClassName
{
border-color: #C958EC;
}
</style>