Shades of Medium Orchid #C941FB
Tints of Medium Orchid #C941FB
RGB
CMYK
RGB Variations
Color information
#C941FB (or 0xC941FB) is known color: Medium Orchid. HEX triplet: C9, 41 and FB. RGB value is (201,65,251). Sum of RGB (Red+Green+Blue) = 201+65+251=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 65 (25.78% from 255 or 12.57% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #C941FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C941FB is #36BE04. Grayscale: #7E7E7E. Windows color (decimal): -3587589 or 16466377. OLE color: 16466377.
HSL color Cylindrical-coordinate representation of color #C941FB: hue angle of 283.87º degrees, saturation: 0.96, 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 #C941FB is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 65 | 251 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.02 |
| HSL | 283.87º | 0.96% | 0.62% | - |
| HSV(B) | 283.87º | 0.74% | 0.98% | - |
| XYZ | 43.39 | 23.16 | 93.45 | - |
| YUV | 126.87 | 198.06 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 65 | 251 | 0.20 | 0.74 | 0 | 0.02 | 283.87 | 0.96 | 0.62 |
| Hex | C9 | 41 | FB | 14 | 4A | 0 | 2 | 11C | 60 | 3E |
| Octal | 311 | 101 | 373 | 24 | 112 | 0 | 2 | 434 | 140 | 76 |
| Binary | 11001001 | 1000001 | 11111011 | 10100 | 1001010 | 0 | 10 | 100011100 | 1100000 | 111110 |
Color Harmonies of #C941FB
Complementary color
Monochromatic Colors of #C941FB
Black with #C941FB
Text Example
Text Example
White with #C941FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C941FB; }
p { color: rgb(201,65,251); }
H1.HeaderClassName
{
color: #C941FB;
}
.AnyTagClassName
{
color: #C941FB;
}
</style>
background-color css
<style>
a { background-color: #C941FB; }
a { background-color: rgb(201,65,251); }
div.DivClassName
{
background-color: #C941FB;
}
.BgClassName
{
background-color: #C941FB;
}
</style>
border-color css
<style>
span { border-color: #C941FB; }
span { border-color: rgb(201,65,251); }
td.TdClassName
{
border-color: #C941FB;
}
.TagClassName
{
border-color: #C941FB;
}
</style>