Shades of Medium Orchid #C661E5
Tints of Medium Orchid #C661E5
RGB
CMYK
RGB Variations
Color information
#C661E5 (or 0xC661E5) is known color: Medium Orchid. HEX triplet: C6, 61 and E5. RGB value is (198,97,229). Sum of RGB (Red+Green+Blue) = 198+97+229=524 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.79% from 524); Green value is 97 (38.28% from 255 or 18.51% from 524); Blue value is 229 (89.84% from 255 or 43.70% from 524); Max value from RGB is 229 - color contains mainly: blue. Hex color #C661E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C661E5 is #399E1A. Grayscale: #8D8D8D. Windows color (decimal): -3776027 or 15032774. OLE color: 15032774.
HSL color Cylindrical-coordinate representation of color #C661E5: hue angle of 285.91º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C661E5 is Cyan = 0.14, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 198 | 97 | 229 | - |
| CMYK | 0.14 | 0.58 | 0 | 0.10 |
| HSL | 285.91º | 0.72% | 0.64% | - |
| HSV(B) | 285.91º | 0.58% | 0.9% | - |
| XYZ | 41.71 | 26.21 | 76.99 | - |
| YUV | 142.25 | 176.96 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 229 | 0.14 | 0.58 | 0 | 0.10 | 285.91 | 0.72 | 0.64 |
| Hex | C6 | 61 | E5 | E | 3A | 0 | A | 11E | 48 | 40 |
| Octal | 306 | 141 | 345 | 16 | 72 | 0 | 12 | 436 | 110 | 100 |
| Binary | 11000110 | 1100001 | 11100101 | 1110 | 111010 | 0 | 1010 | 100011110 | 1001000 | 1000000 |
Color Harmonies of #C661E5
Complementary color
Monochromatic Colors of #C661E5
Black with #C661E5
Text Example
Text Example
White with #C661E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C661E5; }
p { color: rgb(198,97,229); }
H1.HeaderClassName
{
color: #C661E5;
}
.AnyTagClassName
{
color: #C661E5;
}
</style>
background-color css
<style>
a { background-color: #C661E5; }
a { background-color: rgb(198,97,229); }
div.DivClassName
{
background-color: #C661E5;
}
.BgClassName
{
background-color: #C661E5;
}
</style>
border-color css
<style>
span { border-color: #C661E5; }
span { border-color: rgb(198,97,229); }
td.TdClassName
{
border-color: #C661E5;
}
.TagClassName
{
border-color: #C661E5;
}
</style>