Shades of Medium Orchid #C241F4
Tints of Medium Orchid #C241F4
RGB
CMYK
RGB Variations
Color information
#C241F4 (or 0xC241F4) is known color: Medium Orchid. HEX triplet: C2, 41 and F4. RGB value is (194,65,244). Sum of RGB (Red+Green+Blue) = 194+65+244=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 65 (25.78% from 255 or 12.92% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #C241F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C241F4 is #3DBE0B. Grayscale: #7B7B7B. Windows color (decimal): -4046348 or 16007618. OLE color: 16007618.
HSL color Cylindrical-coordinate representation of color #C241F4: hue angle of 283.24º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C241F4 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 194 | 65 | 244 | - |
| CMYK | 0.20 | 0.73 | 0 | 0.04 |
| HSL | 283.24º | 0.89% | 0.61% | - |
| HSV(B) | 283.24º | 0.73% | 0.96% | - |
| XYZ | 40.47 | 21.78 | 87.66 | - |
| YUV | 123.98 | 195.74 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 244 | 0.20 | 0.73 | 0 | 0.04 | 283.24 | 0.89 | 0.61 |
| Hex | C2 | 41 | F4 | 14 | 49 | 0 | 4 | 11B | 59 | 3D |
| Octal | 302 | 101 | 364 | 24 | 111 | 0 | 4 | 433 | 131 | 75 |
| Binary | 11000010 | 1000001 | 11110100 | 10100 | 1001001 | 0 | 100 | 100011011 | 1011001 | 111101 |
Color Harmonies of #C241F4
Complementary color
Monochromatic Colors of #C241F4
Black with #C241F4
Text Example
Text Example
White with #C241F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241F4; }
p { color: rgb(194,65,244); }
H1.HeaderClassName
{
color: #C241F4;
}
.AnyTagClassName
{
color: #C241F4;
}
</style>
background-color css
<style>
a { background-color: #C241F4; }
a { background-color: rgb(194,65,244); }
div.DivClassName
{
background-color: #C241F4;
}
.BgClassName
{
background-color: #C241F4;
}
</style>
border-color css
<style>
span { border-color: #C241F4; }
span { border-color: rgb(194,65,244); }
td.TdClassName
{
border-color: #C241F4;
}
.TagClassName
{
border-color: #C241F4;
}
</style>