Shades of Medium Orchid #C441FF
Tints of Medium Orchid #C441FF
RGB
CMYK
RGB Variations
Color information
#C441FF (or 0xC441FF) is known color: Medium Orchid. HEX triplet: C4, 41 and FF. RGB value is (196,65,255). Sum of RGB (Red+Green+Blue) = 196+65+255=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 65 (25.78% from 255 or 12.60% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #C441FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C441FF is #3BBE00. Grayscale: #7D7D7D. Windows color (decimal): -3915265 or 16728516. OLE color: 16728516.
HSL color Cylindrical-coordinate representation of color #C441FF: hue angle of 281.37º 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 #C441FF is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 196 | 65 | 255 | - |
| CMYK | 0.23 | 0.75 | 0 | 0 |
| HSL | 281.37º | 1% | 0.63% | - |
| HSV(B) | 281.37º | 0.75% | 1% | - |
| XYZ | 42.71 | 22.74 | 96.75 | - |
| YUV | 125.83 | 200.9 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 255 | 0.23 | 0.75 | 0 | 0 | 281.37 | 1 | 0.63 |
| Hex | C4 | 41 | FF | 17 | 4B | 0 | 0 | 119 | 64 | 3F |
| Octal | 304 | 101 | 377 | 27 | 113 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000100 | 1000001 | 11111111 | 10111 | 1001011 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C441FF
Complementary color
Monochromatic Colors of #C441FF
Black with #C441FF
Text Example
Text Example
White with #C441FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C441FF; }
p { color: rgb(196,65,255); }
H1.HeaderClassName
{
color: #C441FF;
}
.AnyTagClassName
{
color: #C441FF;
}
</style>
background-color css
<style>
a { background-color: #C441FF; }
a { background-color: rgb(196,65,255); }
div.DivClassName
{
background-color: #C441FF;
}
.BgClassName
{
background-color: #C441FF;
}
</style>
border-color css
<style>
span { border-color: #C441FF; }
span { border-color: rgb(196,65,255); }
td.TdClassName
{
border-color: #C441FF;
}
.TagClassName
{
border-color: #C441FF;
}
</style>