Shades of Medium Orchid #C651EF
Tints of Medium Orchid #C651EF
RGB
CMYK
RGB Variations
Color information
#C651EF (or 0xC651EF) is known color: Medium Orchid. HEX triplet: C6, 51 and EF. RGB value is (198,81,239). Sum of RGB (Red+Green+Blue) = 198+81+239=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 81 (32.03% from 255 or 15.64% from 518); Blue value is 239 (93.75% from 255 or 46.14% from 518); Max value from RGB is 239 - color contains mainly: blue. Hex color #C651EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C651EF is #39AE10. Grayscale: #858585. Windows color (decimal): -3780113 or 15684038. OLE color: 15684038.
HSL color Cylindrical-coordinate representation of color #C651EF: hue angle of 284.43º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C651EF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 81 | 239 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.06 |
| HSL | 284.43º | 0.83% | 0.63% | - |
| HSV(B) | 284.43º | 0.66% | 0.94% | - |
| XYZ | 41.81 | 24.12 | 84.11 | - |
| YUV | 134 | 187.26 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 239 | 0.17 | 0.66 | 0 | 0.06 | 284.43 | 0.83 | 0.63 |
| Hex | C6 | 51 | EF | 11 | 42 | 0 | 6 | 11C | 53 | 3F |
| Octal | 306 | 121 | 357 | 21 | 102 | 0 | 6 | 434 | 123 | 77 |
| Binary | 11000110 | 1010001 | 11101111 | 10001 | 1000010 | 0 | 110 | 100011100 | 1010011 | 111111 |
Color Harmonies of #C651EF
Complementary color
Monochromatic Colors of #C651EF
Black with #C651EF
Text Example
Text Example
White with #C651EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C651EF; }
p { color: rgb(198,81,239); }
H1.HeaderClassName
{
color: #C651EF;
}
.AnyTagClassName
{
color: #C651EF;
}
</style>
background-color css
<style>
a { background-color: #C651EF; }
a { background-color: rgb(198,81,239); }
div.DivClassName
{
background-color: #C651EF;
}
.BgClassName
{
background-color: #C651EF;
}
</style>
border-color css
<style>
span { border-color: #C651EF; }
span { border-color: rgb(198,81,239); }
td.TdClassName
{
border-color: #C651EF;
}
.TagClassName
{
border-color: #C651EF;
}
</style>