Shades of Medium Orchid #C940FC
Tints of Medium Orchid #C940FC
RGB
CMYK
RGB Variations
Color information
#C940FC (or 0xC940FC) is known color: Medium Orchid. HEX triplet: C9, 40 and FC. RGB value is (201,64,252). Sum of RGB (Red+Green+Blue) = 201+64+252=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 64 (25.39% from 255 or 12.38% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #C940FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940FC is #36BF03. Grayscale: #7D7D7D. Windows color (decimal): -3587844 or 16531657. OLE color: 16531657.
HSL color Cylindrical-coordinate representation of color #C940FC: hue angle of 283.72º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C940FC is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 64 | 252 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.01 |
| HSL | 283.72º | 0.97% | 0.62% | - |
| HSV(B) | 283.72º | 0.75% | 0.99% | - |
| XYZ | 43.49 | 23.11 | 94.26 | - |
| YUV | 126.4 | 198.89 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 252 | 0.20 | 0.75 | 0 | 0.01 | 283.72 | 0.97 | 0.62 |
| Hex | C9 | 40 | FC | 14 | 4B | 0 | 1 | 11C | 61 | 3E |
| Octal | 311 | 100 | 374 | 24 | 113 | 0 | 1 | 434 | 141 | 76 |
| Binary | 11001001 | 1000000 | 11111100 | 10100 | 1001011 | 0 | 1 | 100011100 | 1100001 | 111110 |
Color Harmonies of #C940FC
Complementary color
Monochromatic Colors of #C940FC
Black with #C940FC
Text Example
Text Example
White with #C940FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940FC; }
p { color: rgb(201,64,252); }
H1.HeaderClassName
{
color: #C940FC;
}
.AnyTagClassName
{
color: #C940FC;
}
</style>
background-color css
<style>
a { background-color: #C940FC; }
a { background-color: rgb(201,64,252); }
div.DivClassName
{
background-color: #C940FC;
}
.BgClassName
{
background-color: #C940FC;
}
</style>
border-color css
<style>
span { border-color: #C940FC; }
span { border-color: rgb(201,64,252); }
td.TdClassName
{
border-color: #C940FC;
}
.TagClassName
{
border-color: #C940FC;
}
</style>