Shades of Medium Orchid #C651F1
Tints of Medium Orchid #C651F1
RGB
CMYK
RGB Variations
Color information
#C651F1 (or 0xC651F1) is known color: Medium Orchid. HEX triplet: C6, 51 and F1. RGB value is (198,81,241). Sum of RGB (Red+Green+Blue) = 198+81+241=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 81 (32.03% from 255 or 15.58% from 520); Blue value is 241 (94.53% from 255 or 46.35% from 520); Max value from RGB is 241 - color contains mainly: blue. Hex color #C651F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C651F1 is #39AE0E. Grayscale: #858585. Windows color (decimal): -3780111 or 15815110. OLE color: 15815110.
HSL color Cylindrical-coordinate representation of color #C651F1: hue angle of 283.88º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C651F1 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 198 | 81 | 241 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.05 |
| HSL | 283.88º | 0.85% | 0.63% | - |
| HSV(B) | 283.88º | 0.66% | 0.95% | - |
| XYZ | 42.11 | 24.24 | 85.68 | - |
| YUV | 134.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 241 | 0.18 | 0.66 | 0 | 0.05 | 283.88 | 0.85 | 0.63 |
| Hex | C6 | 51 | F1 | 12 | 42 | 0 | 5 | 11C | 55 | 3F |
| Octal | 306 | 121 | 361 | 22 | 102 | 0 | 5 | 434 | 125 | 77 |
| Binary | 11000110 | 1010001 | 11110001 | 10010 | 1000010 | 0 | 101 | 100011100 | 1010101 | 111111 |
Color Harmonies of #C651F1
Complementary color
Monochromatic Colors of #C651F1
Black with #C651F1
Text Example
Text Example
White with #C651F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C651F1; }
p { color: rgb(198,81,241); }
H1.HeaderClassName
{
color: #C651F1;
}
.AnyTagClassName
{
color: #C651F1;
}
</style>
background-color css
<style>
a { background-color: #C651F1; }
a { background-color: rgb(198,81,241); }
div.DivClassName
{
background-color: #C651F1;
}
.BgClassName
{
background-color: #C651F1;
}
</style>
border-color css
<style>
span { border-color: #C651F1; }
span { border-color: rgb(198,81,241); }
td.TdClassName
{
border-color: #C651F1;
}
.TagClassName
{
border-color: #C651F1;
}
</style>