Shades of Medium Orchid #C660E9
Tints of Medium Orchid #C660E9
RGB
CMYK
RGB Variations
Color information
#C660E9 (or 0xC660E9) is known color: Medium Orchid. HEX triplet: C6, 60 and E9. RGB value is (198,96,233). Sum of RGB (Red+Green+Blue) = 198+96+233=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 96 (37.89% from 255 or 18.22% from 527); Blue value is 233 (91.41% from 255 or 44.21% from 527); Max value from RGB is 233 - color contains mainly: blue. Hex color #C660E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C660E9 is #399F16. Grayscale: #8D8D8D. Windows color (decimal): -3776279 or 15294662. OLE color: 15294662.
HSL color Cylindrical-coordinate representation of color #C660E9: hue angle of 284.67º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C660E9 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 96 | 233 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.09 |
| HSL | 284.67º | 0.76% | 0.65% | - |
| HSV(B) | 284.67º | 0.59% | 0.91% | - |
| XYZ | 42.18 | 26.25 | 79.94 | - |
| YUV | 142.12 | 179.29 | 167.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 233 | 0.15 | 0.59 | 0 | 0.09 | 284.67 | 0.76 | 0.65 |
| Hex | C6 | 60 | E9 | F | 3B | 0 | 9 | 11D | 4C | 41 |
| Octal | 306 | 140 | 351 | 17 | 73 | 0 | 11 | 435 | 114 | 101 |
| Binary | 11000110 | 1100000 | 11101001 | 1111 | 111011 | 0 | 1001 | 100011101 | 1001100 | 1000001 |
Color Harmonies of #C660E9
Complementary color
Monochromatic Colors of #C660E9
Black with #C660E9
Text Example
Text Example
White with #C660E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660E9; }
p { color: rgb(198,96,233); }
H1.HeaderClassName
{
color: #C660E9;
}
.AnyTagClassName
{
color: #C660E9;
}
</style>
background-color css
<style>
a { background-color: #C660E9; }
a { background-color: rgb(198,96,233); }
div.DivClassName
{
background-color: #C660E9;
}
.BgClassName
{
background-color: #C660E9;
}
</style>
border-color css
<style>
span { border-color: #C660E9; }
span { border-color: rgb(198,96,233); }
td.TdClassName
{
border-color: #C660E9;
}
.TagClassName
{
border-color: #C660E9;
}
</style>