Shades of Medium Orchid #C962E8
Tints of Medium Orchid #C962E8
RGB
CMYK
RGB Variations
Color information
#C962E8 (or 0xC962E8) is known color: Medium Orchid. HEX triplet: C9, 62 and E8. RGB value is (201,98,232). Sum of RGB (Red+Green+Blue) = 201+98+232=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 98 (38.67% from 255 or 18.46% from 531); Blue value is 232 (91.02% from 255 or 43.69% from 531); Max value from RGB is 232 - color contains mainly: blue. Hex color #C962E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C962E8 is #369D17. Grayscale: #8F8F8F. Windows color (decimal): -3579160 or 15229641. OLE color: 15229641.
HSL color Cylindrical-coordinate representation of color #C962E8: hue angle of 286.12º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C962E8 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 98 | 232 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.09 |
| HSL | 286.12º | 0.74% | 0.65% | - |
| HSV(B) | 286.12º | 0.58% | 0.91% | - |
| XYZ | 43.02 | 26.98 | 79.28 | - |
| YUV | 144.07 | 177.62 | 168.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 232 | 0.13 | 0.58 | 0 | 0.09 | 286.12 | 0.74 | 0.65 |
| Hex | C9 | 62 | E8 | D | 3A | 0 | 9 | 11E | 4A | 41 |
| Octal | 311 | 142 | 350 | 15 | 72 | 0 | 11 | 436 | 112 | 101 |
| Binary | 11001001 | 1100010 | 11101000 | 1101 | 111010 | 0 | 1001 | 100011110 | 1001010 | 1000001 |
Color Harmonies of #C962E8
Complementary color
Monochromatic Colors of #C962E8
Black with #C962E8
Text Example
Text Example
White with #C962E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C962E8; }
p { color: rgb(201,98,232); }
H1.HeaderClassName
{
color: #C962E8;
}
.AnyTagClassName
{
color: #C962E8;
}
</style>
background-color css
<style>
a { background-color: #C962E8; }
a { background-color: rgb(201,98,232); }
div.DivClassName
{
background-color: #C962E8;
}
.BgClassName
{
background-color: #C962E8;
}
</style>
border-color css
<style>
span { border-color: #C962E8; }
span { border-color: rgb(201,98,232); }
td.TdClassName
{
border-color: #C962E8;
}
.TagClassName
{
border-color: #C962E8;
}
</style>