Shades of Medium Orchid #C942EF
Tints of Medium Orchid #C942EF
RGB
CMYK
RGB Variations
Color information
#C942EF (or 0xC942EF) is known color: Medium Orchid. HEX triplet: C9, 42 and EF. RGB value is (201,66,239). Sum of RGB (Red+Green+Blue) = 201+66+239=506 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.72% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 239 (93.75% from 255 or 47.23% from 506); Max value from RGB is 239 - color contains mainly: blue. Hex color #C942EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C942EF is #36BD10. Grayscale: #7D7D7D. Windows color (decimal): -3587345 or 15680201. OLE color: 15680201.
HSL color Cylindrical-coordinate representation of color #C942EF: hue angle of 286.82º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C942EF is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 66 | 239 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.06 |
| HSL | 286.82º | 0.84% | 0.6% | - |
| HSV(B) | 286.82º | 0.72% | 0.94% | - |
| XYZ | 41.62 | 22.55 | 83.82 | - |
| YUV | 126.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 239 | 0.16 | 0.72 | 0 | 0.06 | 286.82 | 0.84 | 0.6 |
| Hex | C9 | 42 | EF | 10 | 48 | 0 | 6 | 11F | 54 | 3C |
| Octal | 311 | 102 | 357 | 20 | 110 | 0 | 6 | 437 | 124 | 74 |
| Binary | 11001001 | 1000010 | 11101111 | 10000 | 1001000 | 0 | 110 | 100011111 | 1010100 | 111100 |
Color Harmonies of #C942EF
Complementary color
Monochromatic Colors of #C942EF
Black with #C942EF
Text Example
Text Example
White with #C942EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942EF; }
p { color: rgb(201,66,239); }
H1.HeaderClassName
{
color: #C942EF;
}
.AnyTagClassName
{
color: #C942EF;
}
</style>
background-color css
<style>
a { background-color: #C942EF; }
a { background-color: rgb(201,66,239); }
div.DivClassName
{
background-color: #C942EF;
}
.BgClassName
{
background-color: #C942EF;
}
</style>
border-color css
<style>
span { border-color: #C942EF; }
span { border-color: rgb(201,66,239); }
td.TdClassName
{
border-color: #C942EF;
}
.TagClassName
{
border-color: #C942EF;
}
</style>