Shades of Medium Orchid #C942FE
Tints of Medium Orchid #C942FE
RGB
CMYK
RGB Variations
Color information
#C942FE (or 0xC942FE) is known color: Medium Orchid. HEX triplet: C9, 42 and FE. RGB value is (201,66,254). Sum of RGB (Red+Green+Blue) = 201+66+254=521 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.58% from 521); Green value is 66 (26.17% from 255 or 12.67% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #C942FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C942FE is #36BD01. Grayscale: #7F7F7F. Windows color (decimal): -3587330 or 16663241. OLE color: 16663241.
HSL color Cylindrical-coordinate representation of color #C942FE: hue angle of 283.09º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C942FE is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 66 | 254 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.00 |
| HSL | 283.09º | 0.99% | 0.63% | - |
| HSV(B) | 283.09º | 0.74% | 1% | - |
| XYZ | 43.93 | 23.47 | 95.98 | - |
| YUV | 127.8 | 199.23 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 66 | 254 | 0.21 | 0.74 | 0 | 0.00 | 283.09 | 0.99 | 0.63 |
| Hex | C9 | 42 | FE | 15 | 4A | 0 | 0 | 11B | 63 | 3F |
| Octal | 311 | 102 | 376 | 25 | 112 | 0 | 0 | 433 | 143 | 77 |
| Binary | 11001001 | 1000010 | 11111110 | 10101 | 1001010 | 0 | 0 | 100011011 | 1100011 | 111111 |
Color Harmonies of #C942FE
Complementary color
Monochromatic Colors of #C942FE
Black with #C942FE
Text Example
Text Example
White with #C942FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C942FE; }
p { color: rgb(201,66,254); }
H1.HeaderClassName
{
color: #C942FE;
}
.AnyTagClassName
{
color: #C942FE;
}
</style>
background-color css
<style>
a { background-color: #C942FE; }
a { background-color: rgb(201,66,254); }
div.DivClassName
{
background-color: #C942FE;
}
.BgClassName
{
background-color: #C942FE;
}
</style>
border-color css
<style>
span { border-color: #C942FE; }
span { border-color: rgb(201,66,254); }
td.TdClassName
{
border-color: #C942FE;
}
.TagClassName
{
border-color: #C942FE;
}
</style>