Shades of Medium Orchid #C660EA
Tints of Medium Orchid #C660EA
RGB
CMYK
RGB Variations
Color information
#C660EA (or 0xC660EA) is known color: Medium Orchid. HEX triplet: C6, 60 and EA. RGB value is (198,96,234). Sum of RGB (Red+Green+Blue) = 198+96+234=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 96 (37.89% from 255 or 18.18% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #C660EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C660EA is #399F15. Grayscale: #8D8D8D. Windows color (decimal): -3776278 or 15360198. OLE color: 15360198.
HSL color Cylindrical-coordinate representation of color #C660EA: hue angle of 284.35º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C660EA is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 198 | 96 | 234 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.08 |
| HSL | 284.35º | 0.77% | 0.65% | - |
| HSV(B) | 284.35º | 0.59% | 0.92% | - |
| XYZ | 42.32 | 26.31 | 80.69 | - |
| YUV | 142.23 | 179.79 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 234 | 0.15 | 0.59 | 0 | 0.08 | 284.35 | 0.77 | 0.65 |
| Hex | C6 | 60 | EA | F | 3B | 0 | 8 | 11C | 4D | 41 |
| Octal | 306 | 140 | 352 | 17 | 73 | 0 | 10 | 434 | 115 | 101 |
| Binary | 11000110 | 1100000 | 11101010 | 1111 | 111011 | 0 | 1000 | 100011100 | 1001101 | 1000001 |
Color Harmonies of #C660EA
Complementary color
Monochromatic Colors of #C660EA
Black with #C660EA
Text Example
Text Example
White with #C660EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660EA; }
p { color: rgb(198,96,234); }
H1.HeaderClassName
{
color: #C660EA;
}
.AnyTagClassName
{
color: #C660EA;
}
</style>
background-color css
<style>
a { background-color: #C660EA; }
a { background-color: rgb(198,96,234); }
div.DivClassName
{
background-color: #C660EA;
}
.BgClassName
{
background-color: #C660EA;
}
</style>
border-color css
<style>
span { border-color: #C660EA; }
span { border-color: rgb(198,96,234); }
td.TdClassName
{
border-color: #C660EA;
}
.TagClassName
{
border-color: #C660EA;
}
</style>