Shades of Medium Orchid #C660E3
Tints of Medium Orchid #C660E3
RGB
CMYK
RGB Variations
Color information
#C660E3 (or 0xC660E3) is known color: Medium Orchid. HEX triplet: C6, 60 and E3. RGB value is (198,96,227). Sum of RGB (Red+Green+Blue) = 198+96+227=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 96 (37.89% from 255 or 18.43% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #C660E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C660E3 is #399F1C. Grayscale: #8D8D8D. Windows color (decimal): -3776285 or 14901446. OLE color: 14901446.
HSL color Cylindrical-coordinate representation of color #C660E3: hue angle of 286.72º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C660E3 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 198 | 96 | 227 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.11 |
| HSL | 286.72º | 0.7% | 0.63% | - |
| HSV(B) | 286.72º | 0.58% | 0.89% | - |
| XYZ | 41.34 | 25.92 | 75.5 | - |
| YUV | 141.43 | 176.29 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 227 | 0.13 | 0.58 | 0 | 0.11 | 286.72 | 0.7 | 0.63 |
| Hex | C6 | 60 | E3 | D | 3A | 0 | B | 11F | 46 | 3F |
| Octal | 306 | 140 | 343 | 15 | 72 | 0 | 13 | 437 | 106 | 77 |
| Binary | 11000110 | 1100000 | 11100011 | 1101 | 111010 | 0 | 1011 | 100011111 | 1000110 | 111111 |
Color Harmonies of #C660E3
Complementary color
Monochromatic Colors of #C660E3
Black with #C660E3
Text Example
Text Example
White with #C660E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660E3; }
p { color: rgb(198,96,227); }
H1.HeaderClassName
{
color: #C660E3;
}
.AnyTagClassName
{
color: #C660E3;
}
</style>
background-color css
<style>
a { background-color: #C660E3; }
a { background-color: rgb(198,96,227); }
div.DivClassName
{
background-color: #C660E3;
}
.BgClassName
{
background-color: #C660E3;
}
</style>
border-color css
<style>
span { border-color: #C660E3; }
span { border-color: rgb(198,96,227); }
td.TdClassName
{
border-color: #C660E3;
}
.TagClassName
{
border-color: #C660E3;
}
</style>