Shades of Medium Orchid #C941FA
Tints of Medium Orchid #C941FA
RGB
CMYK
RGB Variations
Color information
#C941FA (or 0xC941FA) is known color: Medium Orchid. HEX triplet: C9, 41 and FA. RGB value is (201,65,250). Sum of RGB (Red+Green+Blue) = 201+65+250=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #C941FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C941FA is #36BE05. Grayscale: #7E7E7E. Windows color (decimal): -3587590 or 16400841. OLE color: 16400841.
HSL color Cylindrical-coordinate representation of color #C941FA: hue angle of 284.11º 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 #C941FA is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 65 | 250 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.02 |
| HSL | 284.11º | 0.95% | 0.62% | - |
| HSV(B) | 284.11º | 0.74% | 0.98% | - |
| XYZ | 43.23 | 23.1 | 92.62 | - |
| YUV | 126.75 | 197.56 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 250 | 0.20 | 0.74 | 0 | 0.02 | 284.11 | 0.95 | 0.62 |
| Hex | C9 | 41 | FA | 14 | 4A | 0 | 2 | 11C | 5F | 3E |
| Octal | 311 | 101 | 372 | 24 | 112 | 0 | 2 | 434 | 137 | 76 |
| Binary | 11001001 | 1000001 | 11111010 | 10100 | 1001010 | 0 | 10 | 100011100 | 1011111 | 111110 |
Color Harmonies of #C941FA
Complementary color
Monochromatic Colors of #C941FA
Black with #C941FA
Text Example
Text Example
White with #C941FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941FA; }
p { color: rgb(201,65,250); }
H1.HeaderClassName
{
color: #C941FA;
}
.AnyTagClassName
{
color: #C941FA;
}
</style>
background-color css
<style>
a { background-color: #C941FA; }
a { background-color: rgb(201,65,250); }
div.DivClassName
{
background-color: #C941FA;
}
.BgClassName
{
background-color: #C941FA;
}
</style>
border-color css
<style>
span { border-color: #C941FA; }
span { border-color: rgb(201,65,250); }
td.TdClassName
{
border-color: #C941FA;
}
.TagClassName
{
border-color: #C941FA;
}
</style>