Shades of Medium Orchid #C241FE
Tints of Medium Orchid #C241FE
RGB
CMYK
RGB Variations
Color information
#C241FE (or 0xC241FE) is known color: Medium Orchid. HEX triplet: C2, 41 and FE. RGB value is (194,65,254). Sum of RGB (Red+Green+Blue) = 194+65+254=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 65 (25.78% from 255 or 12.67% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #C241FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C241FE is #3DBE01. Grayscale: #7C7C7C. Windows color (decimal): -4046338 or 16662978. OLE color: 16662978.
HSL color Cylindrical-coordinate representation of color #C241FE: hue angle of 280.95º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C241FE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 194 | 65 | 254 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.00 |
| HSL | 280.95º | 0.99% | 0.63% | - |
| HSV(B) | 280.95º | 0.74% | 1% | - |
| XYZ | 42.03 | 22.41 | 95.88 | - |
| YUV | 125.12 | 200.74 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 254 | 0.24 | 0.74 | 0 | 0.00 | 280.95 | 0.99 | 0.63 |
| Hex | C2 | 41 | FE | 18 | 4A | 0 | 0 | 119 | 63 | 3F |
| Octal | 302 | 101 | 376 | 30 | 112 | 0 | 0 | 431 | 143 | 77 |
| Binary | 11000010 | 1000001 | 11111110 | 11000 | 1001010 | 0 | 0 | 100011001 | 1100011 | 111111 |
Color Harmonies of #C241FE
Complementary color
Monochromatic Colors of #C241FE
Black with #C241FE
Text Example
Text Example
White with #C241FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241FE; }
p { color: rgb(194,65,254); }
H1.HeaderClassName
{
color: #C241FE;
}
.AnyTagClassName
{
color: #C241FE;
}
</style>
background-color css
<style>
a { background-color: #C241FE; }
a { background-color: rgb(194,65,254); }
div.DivClassName
{
background-color: #C241FE;
}
.BgClassName
{
background-color: #C241FE;
}
</style>
border-color css
<style>
span { border-color: #C241FE; }
span { border-color: rgb(194,65,254); }
td.TdClassName
{
border-color: #C241FE;
}
.TagClassName
{
border-color: #C241FE;
}
</style>