Shades of Medium Orchid #C660ED
Tints of Medium Orchid #C660ED
RGB
CMYK
RGB Variations
Color information
#C660ED (or 0xC660ED) is known color: Medium Orchid. HEX triplet: C6, 60 and ED. RGB value is (198,96,237). Sum of RGB (Red+Green+Blue) = 198+96+237=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 96 (37.89% from 255 or 18.08% from 531); Blue value is 237 (92.97% from 255 or 44.63% from 531); Max value from RGB is 237 - color contains mainly: blue. Hex color #C660ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C660ED is #399F12. Grayscale: #8E8E8E. Windows color (decimal): -3776275 or 15556806. OLE color: 15556806.
HSL color Cylindrical-coordinate representation of color #C660ED: hue angle of 283.4º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C660ED is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 96 | 237 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.07 |
| HSL | 283.4º | 0.8% | 0.65% | - |
| HSV(B) | 283.4º | 0.59% | 0.93% | - |
| XYZ | 42.76 | 26.49 | 82.98 | - |
| YUV | 142.57 | 181.29 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 237 | 0.16 | 0.59 | 0 | 0.07 | 283.4 | 0.8 | 0.65 |
| Hex | C6 | 60 | ED | 10 | 3B | 0 | 7 | 11B | 50 | 41 |
| Octal | 306 | 140 | 355 | 20 | 73 | 0 | 7 | 433 | 120 | 101 |
| Binary | 11000110 | 1100000 | 11101101 | 10000 | 111011 | 0 | 111 | 100011011 | 1010000 | 1000001 |
Color Harmonies of #C660ED
Complementary color
Monochromatic Colors of #C660ED
Black with #C660ED
Text Example
Text Example
White with #C660ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C660ED; }
p { color: rgb(198,96,237); }
H1.HeaderClassName
{
color: #C660ED;
}
.AnyTagClassName
{
color: #C660ED;
}
</style>
background-color css
<style>
a { background-color: #C660ED; }
a { background-color: rgb(198,96,237); }
div.DivClassName
{
background-color: #C660ED;
}
.BgClassName
{
background-color: #C660ED;
}
</style>
border-color css
<style>
span { border-color: #C660ED; }
span { border-color: rgb(198,96,237); }
td.TdClassName
{
border-color: #C660ED;
}
.TagClassName
{
border-color: #C660ED;
}
</style>