Shades of Medium Orchid #C651EE
Tints of Medium Orchid #C651EE
RGB
CMYK
RGB Variations
Color information
#C651EE (or 0xC651EE) is known color: Medium Orchid. HEX triplet: C6, 51 and EE. RGB value is (198,81,238). Sum of RGB (Red+Green+Blue) = 198+81+238=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 81 (32.03% from 255 or 15.67% from 517); Blue value is 238 (93.36% from 255 or 46.03% from 517); Max value from RGB is 238 - color contains mainly: blue. Hex color #C651EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C651EE is #39AE11. Grayscale: #858585. Windows color (decimal): -3780114 or 15618502. OLE color: 15618502.
HSL color Cylindrical-coordinate representation of color #C651EE: hue angle of 284.71º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C651EE is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 81 | 238 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.07 |
| HSL | 284.71º | 0.82% | 0.63% | - |
| HSV(B) | 284.71º | 0.66% | 0.93% | - |
| XYZ | 41.66 | 24.06 | 83.34 | - |
| YUV | 133.88 | 186.76 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 238 | 0.17 | 0.66 | 0 | 0.07 | 284.71 | 0.82 | 0.63 |
| Hex | C6 | 51 | EE | 11 | 42 | 0 | 7 | 11D | 52 | 3F |
| Octal | 306 | 121 | 356 | 21 | 102 | 0 | 7 | 435 | 122 | 77 |
| Binary | 11000110 | 1010001 | 11101110 | 10001 | 1000010 | 0 | 111 | 100011101 | 1010010 | 111111 |
Color Harmonies of #C651EE
Complementary color
Monochromatic Colors of #C651EE
Black with #C651EE
Text Example
Text Example
White with #C651EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C651EE; }
p { color: rgb(198,81,238); }
H1.HeaderClassName
{
color: #C651EE;
}
.AnyTagClassName
{
color: #C651EE;
}
</style>
background-color css
<style>
a { background-color: #C651EE; }
a { background-color: rgb(198,81,238); }
div.DivClassName
{
background-color: #C651EE;
}
.BgClassName
{
background-color: #C651EE;
}
</style>
border-color css
<style>
span { border-color: #C651EE; }
span { border-color: rgb(198,81,238); }
td.TdClassName
{
border-color: #C651EE;
}
.TagClassName
{
border-color: #C651EE;
}
</style>