Shades of Medium Orchid #C659EE
Tints of Medium Orchid #C659EE
RGB
CMYK
RGB Variations
Color information
#C659EE (or 0xC659EE) is known color: Medium Orchid. HEX triplet: C6, 59 and EE. RGB value is (198,89,238). Sum of RGB (Red+Green+Blue) = 198+89+238=525 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.71% from 525); Green value is 89 (35.16% from 255 or 16.95% from 525); Blue value is 238 (93.36% from 255 or 45.33% from 525); Max value from RGB is 238 - color contains mainly: blue. Hex color #C659EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C659EE is #39A611. Grayscale: #8A8A8A. Windows color (decimal): -3778066 or 15620550. OLE color: 15620550.
HSL color Cylindrical-coordinate representation of color #C659EE: hue angle of 283.89º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C659EE is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 89 | 238 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.07 |
| HSL | 283.89º | 0.81% | 0.64% | - |
| HSV(B) | 283.89º | 0.63% | 0.93% | - |
| XYZ | 42.29 | 25.32 | 83.55 | - |
| YUV | 138.58 | 184.11 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 238 | 0.17 | 0.63 | 0 | 0.07 | 283.89 | 0.81 | 0.64 |
| Hex | C6 | 59 | EE | 11 | 3F | 0 | 7 | 11C | 51 | 40 |
| Octal | 306 | 131 | 356 | 21 | 77 | 0 | 7 | 434 | 121 | 100 |
| Binary | 11000110 | 1011001 | 11101110 | 10001 | 111111 | 0 | 111 | 100011100 | 1010001 | 1000000 |
Color Harmonies of #C659EE
Complementary color
Monochromatic Colors of #C659EE
Black with #C659EE
Text Example
Text Example
White with #C659EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C659EE; }
p { color: rgb(198,89,238); }
H1.HeaderClassName
{
color: #C659EE;
}
.AnyTagClassName
{
color: #C659EE;
}
</style>
background-color css
<style>
a { background-color: #C659EE; }
a { background-color: rgb(198,89,238); }
div.DivClassName
{
background-color: #C659EE;
}
.BgClassName
{
background-color: #C659EE;
}
</style>
border-color css
<style>
span { border-color: #C659EE; }
span { border-color: rgb(198,89,238); }
td.TdClassName
{
border-color: #C659EE;
}
.TagClassName
{
border-color: #C659EE;
}
</style>