Shades of Medium Orchid #C241FF
Tints of Medium Orchid #C241FF
RGB
CMYK
RGB Variations
Color information
#C241FF (or 0xC241FF) is known color: Medium Orchid. HEX triplet: C2, 41 and FF. RGB value is (194,65,255). Sum of RGB (Red+Green+Blue) = 194+65+255=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 65 (25.78% from 255 or 12.65% from 514); Blue value is 255 (100% from 255 or 49.61% from 514); Max value from RGB is 255 - color contains mainly: blue. Hex color #C241FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C241FF is #3DBE00. Grayscale: #7C7C7C. Windows color (decimal): -4046337 or 16728514. OLE color: 16728514.
HSL color Cylindrical-coordinate representation of color #C241FF: hue angle of 280.74º 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 #C241FF is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 194 | 65 | 255 | - |
| CMYK | 0.24 | 0.75 | 0 | 0 |
| HSL | 280.74º | 1% | 0.63% | - |
| HSV(B) | 280.74º | 0.75% | 1% | - |
| XYZ | 42.19 | 22.47 | 96.72 | - |
| YUV | 125.23 | 201.24 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 255 | 0.24 | 0.75 | 0 | 0 | 280.74 | 1 | 0.63 |
| Hex | C2 | 41 | FF | 18 | 4B | 0 | 0 | 119 | 64 | 3F |
| Octal | 302 | 101 | 377 | 30 | 113 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000010 | 1000001 | 11111111 | 11000 | 1001011 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C241FF
Complementary color
Monochromatic Colors of #C241FF
Black with #C241FF
Text Example
Text Example
White with #C241FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241FF; }
p { color: rgb(194,65,255); }
H1.HeaderClassName
{
color: #C241FF;
}
.AnyTagClassName
{
color: #C241FF;
}
</style>
background-color css
<style>
a { background-color: #C241FF; }
a { background-color: rgb(194,65,255); }
div.DivClassName
{
background-color: #C241FF;
}
.BgClassName
{
background-color: #C241FF;
}
</style>
border-color css
<style>
span { border-color: #C241FF; }
span { border-color: rgb(194,65,255); }
td.TdClassName
{
border-color: #C241FF;
}
.TagClassName
{
border-color: #C241FF;
}
</style>