Shades of Medium Orchid #C942EB
Tints of Medium Orchid #C942EB
RGB
CMYK
RGB Variations
Color information
#C942EB (or 0xC942EB) is known color: Medium Orchid. HEX triplet: C9, 42 and EB. RGB value is (201,66,235). Sum of RGB (Red+Green+Blue) = 201+66+235=502 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.04% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #C942EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C942EB is #36BD14. Grayscale: #7D7D7D. Windows color (decimal): -3587349 or 15418057. OLE color: 15418057.
HSL color Cylindrical-coordinate representation of color #C942EB: hue angle of 287.93º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C942EB is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 66 | 235 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.08 |
| HSL | 287.93º | 0.81% | 0.59% | - |
| HSV(B) | 287.93º | 0.72% | 0.92% | - |
| XYZ | 41.03 | 22.31 | 80.74 | - |
| YUV | 125.63 | 189.73 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 235 | 0.14 | 0.72 | 0 | 0.08 | 287.93 | 0.81 | 0.59 |
| Hex | C9 | 42 | EB | E | 48 | 0 | 8 | 120 | 51 | 3B |
| Octal | 311 | 102 | 353 | 16 | 110 | 0 | 10 | 440 | 121 | 73 |
| Binary | 11001001 | 1000010 | 11101011 | 1110 | 1001000 | 0 | 1000 | 100100000 | 1010001 | 111011 |
Color Harmonies of #C942EB
Complementary color
Monochromatic Colors of #C942EB
Black with #C942EB
Text Example
Text Example
White with #C942EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942EB; }
p { color: rgb(201,66,235); }
H1.HeaderClassName
{
color: #C942EB;
}
.AnyTagClassName
{
color: #C942EB;
}
</style>
background-color css
<style>
a { background-color: #C942EB; }
a { background-color: rgb(201,66,235); }
div.DivClassName
{
background-color: #C942EB;
}
.BgClassName
{
background-color: #C942EB;
}
</style>
border-color css
<style>
span { border-color: #C942EB; }
span { border-color: rgb(201,66,235); }
td.TdClassName
{
border-color: #C942EB;
}
.TagClassName
{
border-color: #C942EB;
}
</style>