Shades of Medium Orchid #C941FE
Tints of Medium Orchid #C941FE
RGB
CMYK
RGB Variations
Color information
#C941FE (or 0xC941FE) is known color: Medium Orchid. HEX triplet: C9, 41 and FE. RGB value is (201,65,254). Sum of RGB (Red+Green+Blue) = 201+65+254=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 254 (99.61% from 255 or 48.85% from 520); Max value from RGB is 254 - color contains mainly: blue. Hex color #C941FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C941FE is #36BE01. Grayscale: #7E7E7E. Windows color (decimal): -3587586 or 16662985. OLE color: 16662985.
HSL color Cylindrical-coordinate representation of color #C941FE: hue angle of 283.17º 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 #C941FE is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 65 | 254 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.00 |
| HSL | 283.17º | 0.99% | 0.63% | - |
| HSV(B) | 283.17º | 0.74% | 1% | - |
| XYZ | 43.87 | 23.35 | 95.96 | - |
| YUV | 127.21 | 199.56 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 254 | 0.21 | 0.74 | 0 | 0.00 | 283.17 | 0.99 | 0.63 |
| Hex | C9 | 41 | FE | 15 | 4A | 0 | 0 | 11B | 63 | 3F |
| Octal | 311 | 101 | 376 | 25 | 112 | 0 | 0 | 433 | 143 | 77 |
| Binary | 11001001 | 1000001 | 11111110 | 10101 | 1001010 | 0 | 0 | 100011011 | 1100011 | 111111 |
Color Harmonies of #C941FE
Complementary color
Monochromatic Colors of #C941FE
Black with #C941FE
Text Example
Text Example
White with #C941FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941FE; }
p { color: rgb(201,65,254); }
H1.HeaderClassName
{
color: #C941FE;
}
.AnyTagClassName
{
color: #C941FE;
}
</style>
background-color css
<style>
a { background-color: #C941FE; }
a { background-color: rgb(201,65,254); }
div.DivClassName
{
background-color: #C941FE;
}
.BgClassName
{
background-color: #C941FE;
}
</style>
border-color css
<style>
span { border-color: #C941FE; }
span { border-color: rgb(201,65,254); }
td.TdClassName
{
border-color: #C941FE;
}
.TagClassName
{
border-color: #C941FE;
}
</style>