Shades of Medium Orchid #C641F1
Tints of Medium Orchid #C641F1
RGB
CMYK
RGB Variations
Color information
#C641F1 (or 0xC641F1) is known color: Medium Orchid. HEX triplet: C6, 41 and F1. RGB value is (198,65,241). Sum of RGB (Red+Green+Blue) = 198+65+241=504 (66% of max value = 765). Red value is 198 (77.73% from 255 or 39.29% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 241 (94.53% from 255 or 47.82% from 504); Max value from RGB is 241 - color contains mainly: blue. Hex color #C641F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641F1 is #39BE0E. Grayscale: #7C7C7C. Windows color (decimal): -3784207 or 15811014. OLE color: 15811014.
HSL color Cylindrical-coordinate representation of color #C641F1: hue angle of 285.34º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C641F1 is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 65 | 241 | - |
| CMYK | 0.18 | 0.73 | 0 | 0.05 |
| HSL | 285.34º | 0.86% | 0.6% | - |
| HSV(B) | 285.34º | 0.73% | 0.95% | - |
| XYZ | 41.06 | 22.14 | 85.33 | - |
| YUV | 124.83 | 193.56 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 241 | 0.18 | 0.73 | 0 | 0.05 | 285.34 | 0.86 | 0.6 |
| Hex | C6 | 41 | F1 | 12 | 49 | 0 | 5 | 11D | 56 | 3C |
| Octal | 306 | 101 | 361 | 22 | 111 | 0 | 5 | 435 | 126 | 74 |
| Binary | 11000110 | 1000001 | 11110001 | 10010 | 1001001 | 0 | 101 | 100011101 | 1010110 | 111100 |
Color Harmonies of #C641F1
Complementary color
Monochromatic Colors of #C641F1
Black with #C641F1
Text Example
Text Example
White with #C641F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641F1; }
p { color: rgb(198,65,241); }
H1.HeaderClassName
{
color: #C641F1;
}
.AnyTagClassName
{
color: #C641F1;
}
</style>
background-color css
<style>
a { background-color: #C641F1; }
a { background-color: rgb(198,65,241); }
div.DivClassName
{
background-color: #C641F1;
}
.BgClassName
{
background-color: #C641F1;
}
</style>
border-color css
<style>
span { border-color: #C641F1; }
span { border-color: rgb(198,65,241); }
td.TdClassName
{
border-color: #C641F1;
}
.TagClassName
{
border-color: #C641F1;
}
</style>