Shades of Medium Orchid #C659EF
Tints of Medium Orchid #C659EF
RGB
CMYK
RGB Variations
Color information
#C659EF (or 0xC659EF) is known color: Medium Orchid. HEX triplet: C6, 59 and EF. RGB value is (198,89,239). Sum of RGB (Red+Green+Blue) = 198+89+239=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 89 (35.16% from 255 or 16.92% from 526); Blue value is 239 (93.75% from 255 or 45.44% from 526); Max value from RGB is 239 - color contains mainly: blue. Hex color #C659EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C659EF is #39A610. Grayscale: #8A8A8A. Windows color (decimal): -3778065 or 15686086. OLE color: 15686086.
HSL color Cylindrical-coordinate representation of color #C659EF: hue angle of 283.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C659EF is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 89 | 239 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.06 |
| HSL | 283.6º | 0.82% | 0.64% | - |
| HSV(B) | 283.6º | 0.63% | 0.94% | - |
| XYZ | 42.44 | 25.38 | 84.32 | - |
| YUV | 138.69 | 184.61 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 239 | 0.17 | 0.63 | 0 | 0.06 | 283.6 | 0.82 | 0.64 |
| Hex | C6 | 59 | EF | 11 | 3F | 0 | 6 | 11C | 52 | 40 |
| Octal | 306 | 131 | 357 | 21 | 77 | 0 | 6 | 434 | 122 | 100 |
| Binary | 11000110 | 1011001 | 11101111 | 10001 | 111111 | 0 | 110 | 100011100 | 1010010 | 1000000 |
Color Harmonies of #C659EF
Complementary color
Monochromatic Colors of #C659EF
Black with #C659EF
Text Example
Text Example
White with #C659EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659EF; }
p { color: rgb(198,89,239); }
H1.HeaderClassName
{
color: #C659EF;
}
.AnyTagClassName
{
color: #C659EF;
}
</style>
background-color css
<style>
a { background-color: #C659EF; }
a { background-color: rgb(198,89,239); }
div.DivClassName
{
background-color: #C659EF;
}
.BgClassName
{
background-color: #C659EF;
}
</style>
border-color css
<style>
span { border-color: #C659EF; }
span { border-color: rgb(198,89,239); }
td.TdClassName
{
border-color: #C659EF;
}
.TagClassName
{
border-color: #C659EF;
}
</style>