Shades of Medium Orchid #C962EC
Tints of Medium Orchid #C962EC
RGB
CMYK
RGB Variations
Color information
#C962EC (or 0xC962EC) is known color: Medium Orchid. HEX triplet: C9, 62 and EC. RGB value is (201,98,236). Sum of RGB (Red+Green+Blue) = 201+98+236=535 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.57% from 535); Green value is 98 (38.67% from 255 or 18.32% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #C962EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C962EC is #369D13. Grayscale: #909090. Windows color (decimal): -3579156 or 15491785. OLE color: 15491785.
HSL color Cylindrical-coordinate representation of color #C962EC: hue angle of 284.78º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C962EC is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 98 | 236 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.07 |
| HSL | 284.78º | 0.78% | 0.65% | - |
| HSV(B) | 284.78º | 0.58% | 0.93% | - |
| XYZ | 43.6 | 27.21 | 82.31 | - |
| YUV | 144.53 | 179.62 | 168.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 236 | 0.15 | 0.58 | 0 | 0.07 | 284.78 | 0.78 | 0.65 |
| Hex | C9 | 62 | EC | F | 3A | 0 | 7 | 11D | 4E | 41 |
| Octal | 311 | 142 | 354 | 17 | 72 | 0 | 7 | 435 | 116 | 101 |
| Binary | 11001001 | 1100010 | 11101100 | 1111 | 111010 | 0 | 111 | 100011101 | 1001110 | 1000001 |
Color Harmonies of #C962EC
Complementary color
Monochromatic Colors of #C962EC
Black with #C962EC
Text Example
Text Example
White with #C962EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962EC; }
p { color: rgb(201,98,236); }
H1.HeaderClassName
{
color: #C962EC;
}
.AnyTagClassName
{
color: #C962EC;
}
</style>
background-color css
<style>
a { background-color: #C962EC; }
a { background-color: rgb(201,98,236); }
div.DivClassName
{
background-color: #C962EC;
}
.BgClassName
{
background-color: #C962EC;
}
</style>
border-color css
<style>
span { border-color: #C962EC; }
span { border-color: rgb(201,98,236); }
td.TdClassName
{
border-color: #C962EC;
}
.TagClassName
{
border-color: #C962EC;
}
</style>