Shades of Medium Orchid #C641F6
Tints of Medium Orchid #C641F6
RGB
CMYK
RGB Variations
Color information
#C641F6 (or 0xC641F6) is known color: Medium Orchid. HEX triplet: C6, 41 and F6. RGB value is (198,65,246). Sum of RGB (Red+Green+Blue) = 198+65+246=509 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.90% from 509); Green value is 65 (25.78% from 255 or 12.77% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #C641F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C641F6 is #39BE09. Grayscale: #7C7C7C. Windows color (decimal): -3784202 or 16138694. OLE color: 16138694.
HSL color Cylindrical-coordinate representation of color #C641F6: hue angle of 284.09º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C641F6 is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 198 | 65 | 246 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.04 |
| HSL | 284.09º | 0.91% | 0.61% | - |
| HSV(B) | 284.09º | 0.74% | 0.96% | - |
| XYZ | 41.81 | 22.44 | 89.32 | - |
| YUV | 125.4 | 196.06 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 246 | 0.20 | 0.74 | 0 | 0.04 | 284.09 | 0.91 | 0.61 |
| Hex | C6 | 41 | F6 | 14 | 4A | 0 | 4 | 11C | 5B | 3D |
| Octal | 306 | 101 | 366 | 24 | 112 | 0 | 4 | 434 | 133 | 75 |
| Binary | 11000110 | 1000001 | 11110110 | 10100 | 1001010 | 0 | 100 | 100011100 | 1011011 | 111101 |
Color Harmonies of #C641F6
Complementary color
Monochromatic Colors of #C641F6
Black with #C641F6
Text Example
Text Example
White with #C641F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C641F6; }
p { color: rgb(198,65,246); }
H1.HeaderClassName
{
color: #C641F6;
}
.AnyTagClassName
{
color: #C641F6;
}
</style>
background-color css
<style>
a { background-color: #C641F6; }
a { background-color: rgb(198,65,246); }
div.DivClassName
{
background-color: #C641F6;
}
.BgClassName
{
background-color: #C641F6;
}
</style>
border-color css
<style>
span { border-color: #C641F6; }
span { border-color: rgb(198,65,246); }
td.TdClassName
{
border-color: #C641F6;
}
.TagClassName
{
border-color: #C641F6;
}
</style>