Shades of Medium Orchid #C95FEC
Tints of Medium Orchid #C95FEC
RGB
CMYK
RGB Variations
Color information
#C95FEC (or 0xC95FEC) is known color: Medium Orchid. HEX triplet: C9, 5F and EC. RGB value is (201,95,236). Sum of RGB (Red+Green+Blue) = 201+95+236=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 95 (37.5% from 255 or 17.86% from 532); Blue value is 236 (92.58% from 255 or 44.36% from 532); Max value from RGB is 236 - color contains mainly: blue. Hex color #C95FEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C95FEC is #36A013. Grayscale: #8E8E8E. Windows color (decimal): -3579924 or 15491017. OLE color: 15491017.
HSL color Cylindrical-coordinate representation of color #C95FEC: hue angle of 285.11º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95FEC is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 95 | 236 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.07 |
| HSL | 285.11º | 0.79% | 0.65% | - |
| HSV(B) | 285.11º | 0.6% | 0.93% | - |
| XYZ | 43.32 | 26.66 | 82.22 | - |
| YUV | 142.77 | 180.62 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 95 | 236 | 0.15 | 0.60 | 0 | 0.07 | 285.11 | 0.79 | 0.65 |
| Hex | C9 | 5F | EC | F | 3C | 0 | 7 | 11D | 4F | 41 |
| Octal | 311 | 137 | 354 | 17 | 74 | 0 | 7 | 435 | 117 | 101 |
| Binary | 11001001 | 1011111 | 11101100 | 1111 | 111100 | 0 | 111 | 100011101 | 1001111 | 1000001 |
Color Harmonies of #C95FEC
Complementary color
Monochromatic Colors of #C95FEC
Black with #C95FEC
Text Example
Text Example
White with #C95FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95FEC; }
p { color: rgb(201,95,236); }
H1.HeaderClassName
{
color: #C95FEC;
}
.AnyTagClassName
{
color: #C95FEC;
}
</style>
background-color css
<style>
a { background-color: #C95FEC; }
a { background-color: rgb(201,95,236); }
div.DivClassName
{
background-color: #C95FEC;
}
.BgClassName
{
background-color: #C95FEC;
}
</style>
border-color css
<style>
span { border-color: #C95FEC; }
span { border-color: rgb(201,95,236); }
td.TdClassName
{
border-color: #C95FEC;
}
.TagClassName
{
border-color: #C95FEC;
}
</style>