Shades of Medium Orchid #C661F0
Tints of Medium Orchid #C661F0
RGB
CMYK
RGB Variations
Color information
#C661F0 (or 0xC661F0) is known color: Medium Orchid. HEX triplet: C6, 61 and F0. RGB value is (198,97,240). Sum of RGB (Red+Green+Blue) = 198+97+240=535 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.01% from 535); Green value is 97 (38.28% from 255 or 18.13% from 535); Blue value is 240 (94.14% from 255 or 44.86% from 535); Max value from RGB is 240 - color contains mainly: blue. Hex color #C661F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C661F0 is #399E0F. Grayscale: #8F8F8F. Windows color (decimal): -3776016 or 15753670. OLE color: 15753670.
HSL color Cylindrical-coordinate representation of color #C661F0: hue angle of 282.38º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C661F0 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 198 | 97 | 240 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.06 |
| HSL | 282.38º | 0.83% | 0.66% | - |
| HSV(B) | 282.38º | 0.6% | 0.94% | - |
| XYZ | 43.29 | 26.85 | 85.34 | - |
| YUV | 143.5 | 182.46 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 97 | 240 | 0.18 | 0.60 | 0 | 0.06 | 282.38 | 0.83 | 0.66 |
| Hex | C6 | 61 | F0 | 12 | 3C | 0 | 6 | 11A | 53 | 42 |
| Octal | 306 | 141 | 360 | 22 | 74 | 0 | 6 | 432 | 123 | 102 |
| Binary | 11000110 | 1100001 | 11110000 | 10010 | 111100 | 0 | 110 | 100011010 | 1010011 | 1000010 |
Color Harmonies of #C661F0
Complementary color
Monochromatic Colors of #C661F0
Black with #C661F0
Text Example
Text Example
White with #C661F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C661F0; }
p { color: rgb(198,97,240); }
H1.HeaderClassName
{
color: #C661F0;
}
.AnyTagClassName
{
color: #C661F0;
}
</style>
background-color css
<style>
a { background-color: #C661F0; }
a { background-color: rgb(198,97,240); }
div.DivClassName
{
background-color: #C661F0;
}
.BgClassName
{
background-color: #C661F0;
}
</style>
border-color css
<style>
span { border-color: #C661F0; }
span { border-color: rgb(198,97,240); }
td.TdClassName
{
border-color: #C661F0;
}
.TagClassName
{
border-color: #C661F0;
}
</style>