Shades of Medium Orchid #C241FC
Tints of Medium Orchid #C241FC
RGB
CMYK
RGB Variations
Color information
#C241FC (or 0xC241FC) is known color: Medium Orchid. HEX triplet: C2, 41 and FC. RGB value is (194,65,252). Sum of RGB (Red+Green+Blue) = 194+65+252=511 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.96% from 511); Green value is 65 (25.78% from 255 or 12.72% from 511); Blue value is 252 (98.83% from 255 or 49.32% from 511); Max value from RGB is 252 - color contains mainly: blue. Hex color #C241FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C241FC is #3DBE03. Grayscale: #7C7C7C. Windows color (decimal): -4046340 or 16531906. OLE color: 16531906.
HSL color Cylindrical-coordinate representation of color #C241FC: hue angle of 281.39º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C241FC is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 194 | 65 | 252 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.01 |
| HSL | 281.39º | 0.97% | 0.62% | - |
| HSV(B) | 281.39º | 0.74% | 0.99% | - |
| XYZ | 41.71 | 22.28 | 94.2 | - |
| YUV | 124.89 | 199.74 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 252 | 0.23 | 0.74 | 0 | 0.01 | 281.39 | 0.97 | 0.62 |
| Hex | C2 | 41 | FC | 17 | 4A | 0 | 1 | 119 | 61 | 3E |
| Octal | 302 | 101 | 374 | 27 | 112 | 0 | 1 | 431 | 141 | 76 |
| Binary | 11000010 | 1000001 | 11111100 | 10111 | 1001010 | 0 | 1 | 100011001 | 1100001 | 111110 |
Color Harmonies of #C241FC
Complementary color
Monochromatic Colors of #C241FC
Black with #C241FC
Text Example
Text Example
White with #C241FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241FC; }
p { color: rgb(194,65,252); }
H1.HeaderClassName
{
color: #C241FC;
}
.AnyTagClassName
{
color: #C241FC;
}
</style>
background-color css
<style>
a { background-color: #C241FC; }
a { background-color: rgb(194,65,252); }
div.DivClassName
{
background-color: #C241FC;
}
.BgClassName
{
background-color: #C241FC;
}
</style>
border-color css
<style>
span { border-color: #C241FC; }
span { border-color: rgb(194,65,252); }
td.TdClassName
{
border-color: #C241FC;
}
.TagClassName
{
border-color: #C241FC;
}
</style>