Shades of Medium Orchid #C940FA
Tints of Medium Orchid #C940FA
RGB
CMYK
RGB Variations
Color information
#C940FA (or 0xC940FA) is known color: Medium Orchid. HEX triplet: C9, 40 and FA. RGB value is (201,64,250). Sum of RGB (Red+Green+Blue) = 201+64+250=515 (68% of max value = 765). Red value is 201 (78.91% from 255 or 39.03% from 515); Green value is 64 (25.39% from 255 or 12.43% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #C940FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940FA is #36BF05. Grayscale: #7D7D7D. Windows color (decimal): -3587846 or 16400585. OLE color: 16400585.
HSL color Cylindrical-coordinate representation of color #C940FA: hue angle of 284.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C940FA is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 64 | 250 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.02 |
| HSL | 284.19º | 0.95% | 0.62% | - |
| HSV(B) | 284.19º | 0.74% | 0.98% | - |
| XYZ | 43.18 | 22.99 | 92.6 | - |
| YUV | 126.17 | 197.89 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 250 | 0.20 | 0.74 | 0 | 0.02 | 284.19 | 0.95 | 0.62 |
| Hex | C9 | 40 | FA | 14 | 4A | 0 | 2 | 11C | 5F | 3E |
| Octal | 311 | 100 | 372 | 24 | 112 | 0 | 2 | 434 | 137 | 76 |
| Binary | 11001001 | 1000000 | 11111010 | 10100 | 1001010 | 0 | 10 | 100011100 | 1011111 | 111110 |
Color Harmonies of #C940FA
Complementary color
Monochromatic Colors of #C940FA
Black with #C940FA
Text Example
Text Example
White with #C940FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940FA; }
p { color: rgb(201,64,250); }
H1.HeaderClassName
{
color: #C940FA;
}
.AnyTagClassName
{
color: #C940FA;
}
</style>
background-color css
<style>
a { background-color: #C940FA; }
a { background-color: rgb(201,64,250); }
div.DivClassName
{
background-color: #C940FA;
}
.BgClassName
{
background-color: #C940FA;
}
</style>
border-color css
<style>
span { border-color: #C940FA; }
span { border-color: rgb(201,64,250); }
td.TdClassName
{
border-color: #C940FA;
}
.TagClassName
{
border-color: #C940FA;
}
</style>