Shades of Medium Orchid #C841FF
Tints of Medium Orchid #C841FF
RGB
CMYK
RGB Variations
Color information
#C841FF (or 0xC841FF) is known color: Medium Orchid. HEX triplet: C8, 41 and FF. RGB value is (200,65,255). Sum of RGB (Red+Green+Blue) = 200+65+255=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 65 (25.78% from 255 or 12.5% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #C841FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C841FF is #37BE00. Grayscale: #7E7E7E. Windows color (decimal): -3653121 or 16728520. OLE color: 16728520.
HSL color Cylindrical-coordinate representation of color #C841FF: hue angle of 282.63º 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 #C841FF is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 65 | 255 | - |
| CMYK | 0.22 | 0.75 | 0 | 0 |
| HSL | 282.63º | 1% | 0.63% | - |
| HSV(B) | 282.63º | 0.75% | 1% | - |
| XYZ | 43.76 | 23.28 | 96.79 | - |
| YUV | 127.03 | 200.23 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 255 | 0.22 | 0.75 | 0 | 0 | 282.63 | 1 | 0.63 |
| Hex | C8 | 41 | FF | 16 | 4B | 0 | 0 | 11B | 64 | 3F |
| Octal | 310 | 101 | 377 | 26 | 113 | 0 | 0 | 433 | 144 | 77 |
| Binary | 11001000 | 1000001 | 11111111 | 10110 | 1001011 | 0 | 0 | 100011011 | 1100100 | 111111 |
Color Harmonies of #C841FF
Complementary color
Monochromatic Colors of #C841FF
Black with #C841FF
Text Example
Text Example
White with #C841FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841FF; }
p { color: rgb(200,65,255); }
H1.HeaderClassName
{
color: #C841FF;
}
.AnyTagClassName
{
color: #C841FF;
}
</style>
background-color css
<style>
a { background-color: #C841FF; }
a { background-color: rgb(200,65,255); }
div.DivClassName
{
background-color: #C841FF;
}
.BgClassName
{
background-color: #C841FF;
}
</style>
border-color css
<style>
span { border-color: #C841FF; }
span { border-color: rgb(200,65,255); }
td.TdClassName
{
border-color: #C841FF;
}
.TagClassName
{
border-color: #C841FF;
}
</style>