Shades of Medium Orchid #C661ED
Tints of Medium Orchid #C661ED
RGB
CMYK
RGB Variations
Color information
#C661ED (or 0xC661ED) is known color: Medium Orchid. HEX triplet: C6, 61 and ED. RGB value is (198,97,237). Sum of RGB (Red+Green+Blue) = 198+97+237=532 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.22% from 532); Green value is 97 (38.28% from 255 or 18.23% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #C661ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C661ED is #399E12. Grayscale: #8E8E8E. Windows color (decimal): -3776019 or 15557062. OLE color: 15557062.
HSL color Cylindrical-coordinate representation of color #C661ED: hue angle of 283.29º 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 #C661ED is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 198 | 97 | 237 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.07 |
| HSL | 283.29º | 0.8% | 0.65% | - |
| HSV(B) | 283.29º | 0.59% | 0.93% | - |
| XYZ | 42.85 | 26.67 | 83.01 | - |
| YUV | 143.16 | 180.96 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 237 | 0.16 | 0.59 | 0 | 0.07 | 283.29 | 0.8 | 0.65 |
| Hex | C6 | 61 | ED | 10 | 3B | 0 | 7 | 11B | 50 | 41 |
| Octal | 306 | 141 | 355 | 20 | 73 | 0 | 7 | 433 | 120 | 101 |
| Binary | 11000110 | 1100001 | 11101101 | 10000 | 111011 | 0 | 111 | 100011011 | 1010000 | 1000001 |
Color Harmonies of #C661ED
Complementary color
Monochromatic Colors of #C661ED
Black with #C661ED
Text Example
Text Example
White with #C661ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C661ED; }
p { color: rgb(198,97,237); }
H1.HeaderClassName
{
color: #C661ED;
}
.AnyTagClassName
{
color: #C661ED;
}
</style>
background-color css
<style>
a { background-color: #C661ED; }
a { background-color: rgb(198,97,237); }
div.DivClassName
{
background-color: #C661ED;
}
.BgClassName
{
background-color: #C661ED;
}
</style>
border-color css
<style>
span { border-color: #C661ED; }
span { border-color: rgb(198,97,237); }
td.TdClassName
{
border-color: #C661ED;
}
.TagClassName
{
border-color: #C661ED;
}
</style>