Shades of Medium Orchid #C940FF
Tints of Medium Orchid #C940FF
RGB
CMYK
RGB Variations
Color information
#C940FF (or 0xC940FF) is known color: Medium Orchid. HEX triplet: C9, 40 and FF. RGB value is (201,64,255). Sum of RGB (Red+Green+Blue) = 201+64+255=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 64 (25.39% from 255 or 12.31% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #C940FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C940FF is #36BF00. Grayscale: #7E7E7E. Windows color (decimal): -3587841 or 16728265. OLE color: 16728265.
HSL color Cylindrical-coordinate representation of color #C940FF: hue angle of 283.04º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C940FF is Cyan = 0.21, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 64 | 255 | - |
| CMYK | 0.21 | 0.75 | 0 | 0 |
| HSL | 283.04º | 1% | 0.63% | - |
| HSV(B) | 283.04º | 0.75% | 1% | - |
| XYZ | 43.97 | 23.3 | 96.79 | - |
| YUV | 126.74 | 200.39 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 255 | 0.21 | 0.75 | 0 | 0 | 283.04 | 1 | 0.63 |
| Hex | C9 | 40 | FF | 15 | 4B | 0 | 0 | 11B | 64 | 3F |
| Octal | 311 | 100 | 377 | 25 | 113 | 0 | 0 | 433 | 144 | 77 |
| Binary | 11001001 | 1000000 | 11111111 | 10101 | 1001011 | 0 | 0 | 100011011 | 1100100 | 111111 |
Color Harmonies of #C940FF
Complementary color
Monochromatic Colors of #C940FF
Black with #C940FF
Text Example
Text Example
White with #C940FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940FF; }
p { color: rgb(201,64,255); }
H1.HeaderClassName
{
color: #C940FF;
}
.AnyTagClassName
{
color: #C940FF;
}
</style>
background-color css
<style>
a { background-color: #C940FF; }
a { background-color: rgb(201,64,255); }
div.DivClassName
{
background-color: #C940FF;
}
.BgClassName
{
background-color: #C940FF;
}
</style>
border-color css
<style>
span { border-color: #C940FF; }
span { border-color: rgb(201,64,255); }
td.TdClassName
{
border-color: #C940FF;
}
.TagClassName
{
border-color: #C940FF;
}
</style>